Click here to Skip to main content
16,005,099 members
Home / Discussions / C#
   

C#

 
QuestionHow to Retrive Window operative system language Pin
malviya.prashant18-Nov-08 17:44
malviya.prashant18-Nov-08 17:44 
AnswerRe: How to Retrive Window operative system language Pin
dan!sh 18-Nov-08 18:20
professional dan!sh 18-Nov-08 18:20 
GeneralRe: How to Retrive Window operative system language Pin
malviya.prashant18-Nov-08 19:33
malviya.prashant18-Nov-08 19:33 
AnswerRe: How to Retrive Window operative system language Pin
malviya.prashant18-Nov-08 20:09
malviya.prashant18-Nov-08 20:09 
QuestionDateTime Class Pin
dorianpc18-Nov-08 17:12
dorianpc18-Nov-08 17:12 
AnswerRe: DateTime Class Pin
Dave Kreskowiak18-Nov-08 17:44
mveDave Kreskowiak18-Nov-08 17:44 
QuestionSpreadsheet in C# [modified] Pin
viciouskinid18-Nov-08 14:38
viciouskinid18-Nov-08 14:38 
AnswerRe: Spreadsheet in C# Pin
Dave Kreskowiak18-Nov-08 17:47
mveDave Kreskowiak18-Nov-08 17:47 
A DataGrid or DataGridView is not a spreadsheet, nor does it work like one. You cannot put formulas in cells and expect them to work on other cells like excel does. You CAN put numbers into certain cells, but you have to provide all the code to do the calculations and put the results in whatever cells you need, then continue with more calculations as needed. Frankly, if you require that functionality, keep the stuff in Excel and write an Add-In for Excel to do whatever else you need. Google for "Visual Studio Tools for Office" for more information and downloads.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Spreadsheet in C# Pin
viciouskinid18-Nov-08 18:25
viciouskinid18-Nov-08 18:25 
QuestionService socket connection problem Pin
teopau18-Nov-08 14:33
teopau18-Nov-08 14:33 
AnswerRe: Service socket connection problem Pin
Mbah Dhaim18-Nov-08 17:47
Mbah Dhaim18-Nov-08 17:47 
GeneralRe: Service socket connection problem Pin
teopau23-Nov-08 17:49
teopau23-Nov-08 17:49 
QuestionThe best way to change content of main form? Pin
tom3x18-Nov-08 13:35
tom3x18-Nov-08 13:35 
AnswerRe: The best way to change content of main form? Pin
Dave Kreskowiak18-Nov-08 14:36
mveDave Kreskowiak18-Nov-08 14:36 
AnswerRe: The best way to change content of main form? Pin
Mbah Dhaim18-Nov-08 17:54
Mbah Dhaim18-Nov-08 17:54 
QuestionInvalid FORMATETC structure Pin
Jammer18-Nov-08 10:55
Jammer18-Nov-08 10:55 
AnswerRe: Invalid FORMATETC structure Pin
led mike18-Nov-08 11:30
led mike18-Nov-08 11:30 
GeneralRe: Invalid FORMATETC structure Pin
Jammer18-Nov-08 11:54
Jammer18-Nov-08 11:54 
QuestionHow extensively are you using generic methods? Pin
Member 391904918-Nov-08 10:47
Member 391904918-Nov-08 10:47 
AnswerRe: How extensively are you using generic methods? Pin
Pete O'Hanlon18-Nov-08 11:51
mvePete O'Hanlon18-Nov-08 11:51 
AnswerRe: How extensively are you using generic methods? Pin
PIEBALDconsult18-Nov-08 12:15
mvePIEBALDconsult18-Nov-08 12:15 
AnswerRe: How extensively are you using generic methods? Pin
Mark Churchill18-Nov-08 12:59
Mark Churchill18-Nov-08 12:59 
QuestionVGA output in C# Pin
evertqin18-Nov-08 9:47
evertqin18-Nov-08 9:47 
AnswerRe: VGA output in C# Pin
Dan Neely18-Nov-08 10:05
Dan Neely18-Nov-08 10:05 
GeneralRe: VGA output in C# Pin
evertqin18-Nov-08 14:22
evertqin18-Nov-08 14:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.