Click here to Skip to main content
15,894,896 members
Home / Discussions / C#
   

C#

 
GeneralRe: plz help me with datagridview question Pin
Pualee22-Apr-07 19:36
Pualee22-Apr-07 19:36 
AnswerRe: plz help me with datagridview question Pin
Keshav V. Kamat22-Apr-07 22:43
Keshav V. Kamat22-Apr-07 22:43 
Questionstr(number,width,presicion) function Pin
AndrusM21-Apr-07 23:40
AndrusM21-Apr-07 23:40 
AnswerRe: str(number,width,presicion) function Pin
Christian Graus21-Apr-07 23:49
protectorChristian Graus21-Apr-07 23:49 
GeneralRe: str(number,width,presicion) function Pin
AndrusM22-Apr-07 11:21
AndrusM22-Apr-07 11:21 
AnswerRe: str(number,width,presicion) function Pin
Vega0222-Apr-07 18:11
Vega0222-Apr-07 18:11 
QuestionString literal in multiple lines Pin
AndrusM21-Apr-07 23:38
AndrusM21-Apr-07 23:38 
AnswerRe: String literal in multiple lines Pin
Christian Graus21-Apr-07 23:51
protectorChristian Graus21-Apr-07 23:51 
What made you think that would work ? Does it work in VB ?

string s = "switch(expr){" +
" case IR" +
" whatever"

You can also use @ in C#. when you do, there are no escaped characters and double quote is a quote.

"to do a quote, you do \", and it escapes to a quote"

becomes

@"to do a quote, you do "", and it becomes a quote"



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: String literal in multiple lines Pin
vimal313422-Apr-07 19:44
vimal313422-Apr-07 19:44 
QuestionHow to explicitly invoke parent's constructor Pin
lchild38521-Apr-07 21:32
lchild38521-Apr-07 21:32 
AnswerRe: How to explicitly invoke parent's constructor Pin
Arun.Immanuel21-Apr-07 22:36
Arun.Immanuel21-Apr-07 22:36 
GeneralRe: How to explicitly invoke parent's constructor Pin
lchild38521-Apr-07 22:46
lchild38521-Apr-07 22:46 
AnswerDerivedConstructor(int a,int b) : base(b) Pin
Chetan Patel22-Apr-07 18:40
Chetan Patel22-Apr-07 18:40 
QuestionHelp! How to implement this? Pin
huheng_0_021-Apr-07 21:31
huheng_0_021-Apr-07 21:31 
AnswerRe: Help! How to implement this? Pin
Christian Graus21-Apr-07 23:54
protectorChristian Graus21-Apr-07 23:54 
GeneralRe: Help! How to implement this? Pin
huheng_0_022-Apr-07 1:02
huheng_0_022-Apr-07 1:02 
AnswerRe: Help! How to implement this? Pin
Guffa22-Apr-07 2:12
Guffa22-Apr-07 2:12 
GeneralRe: Help! How to implement this? Pin
huheng_0_022-Apr-07 5:15
huheng_0_022-Apr-07 5:15 
GeneralRe: Help! How to implement this? Pin
Dave Kreskowiak22-Apr-07 5:21
mveDave Kreskowiak22-Apr-07 5:21 
GeneralRe: Help! How to implement this? Pin
Christian Graus22-Apr-07 12:07
protectorChristian Graus22-Apr-07 12:07 
GeneralRe: Help! How to implement this? Pin
Dave Kreskowiak23-Apr-07 11:51
mveDave Kreskowiak23-Apr-07 11:51 
GeneralRe: Help! How to implement this? Pin
huheng_0_022-Apr-07 16:11
huheng_0_022-Apr-07 16:11 
GeneralRe: Help! How to implement this? Pin
Dave Kreskowiak23-Apr-07 11:53
mveDave Kreskowiak23-Apr-07 11:53 
GeneralRe: Help! How to implement this? Pin
huheng_0_023-Apr-07 15:22
huheng_0_023-Apr-07 15:22 
QuestionHow to read pdf file Pin
MANOJ BATRA21-Apr-07 20:12
MANOJ BATRA21-Apr-07 20:12 

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.