Click here to Skip to main content
15,910,358 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to set digits precision of a float Pin
Saeed Jafarian12-Aug-11 13:57
Saeed Jafarian12-Aug-11 13:57 
AnswerRe: how to set digits precision of a float Pin
Sujith C Jose27-Mar-07 0:55
Sujith C Jose27-Mar-07 0:55 
GeneralRe: how to set digits precision of a float Pin
Saeed Jafarian12-Aug-11 14:02
Saeed Jafarian12-Aug-11 14:02 
Questionhow to copy folder in csharp ? Pin
hdv21226-Mar-07 12:51
hdv21226-Mar-07 12:51 
AnswerRe: how to copy folder in csharp ? Pin
Christian Graus26-Mar-07 13:04
protectorChristian Graus26-Mar-07 13:04 
AnswerRe: how to copy folder in csharp ? Pin
Balaji Prabu AL27-Mar-07 1:14
Balaji Prabu AL27-Mar-07 1:14 
QuestionHow to call the paint event handler Pin
laura131626-Mar-07 11:07
laura131626-Mar-07 11:07 
AnswerRe: How to call the paint event handler Pin
Christian Graus26-Mar-07 11:31
protectorChristian Graus26-Mar-07 11:31 
You can never call the Paint event directly. Instead, you force it by doing this:

Invalidate();



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: How to call the paint event handler Pin
Ravi Bhavnani26-Mar-07 11:43
professionalRavi Bhavnani26-Mar-07 11:43 
GeneralRe: How to call the paint event handler Pin
laura131626-Mar-07 11:49
laura131626-Mar-07 11:49 
QuestionHow do I get a pointer to a C# function? Pin
MattPlusJC26-Mar-07 10:11
MattPlusJC26-Mar-07 10:11 
AnswerRe: How do I get a pointer to a C# function? Pin
Christian Graus26-Mar-07 10:21
protectorChristian Graus26-Mar-07 10:21 
AnswerHere is an article Pin
Ennis Ray Lynch, Jr.26-Mar-07 10:45
Ennis Ray Lynch, Jr.26-Mar-07 10:45 
AnswerRe: How do I get a pointer to a C# function? Pin
MattPlusJC26-Mar-07 12:46
MattPlusJC26-Mar-07 12:46 
AnswerRe: How do I get a pointer to a C# function? Pin
Luc Pattyn27-Mar-07 13:42
sitebuilderLuc Pattyn27-Mar-07 13:42 
QuestionC# and convenient string parsing for '\r\n' Pin
LCI26-Mar-07 8:25
LCI26-Mar-07 8:25 
AnswerRe: C# and convenient string parsing for '\r\n' Pin
Judah Gabriel Himango26-Mar-07 8:38
sponsorJudah Gabriel Himango26-Mar-07 8:38 
GeneralRe: C# and convenient string parsing for '\r\n' Pin
LCI26-Mar-07 8:43
LCI26-Mar-07 8:43 
GeneralRe: C# and convenient string parsing for '\r\n' Pin
Judah Gabriel Himango26-Mar-07 9:00
sponsorJudah Gabriel Himango26-Mar-07 9:00 
AnswerRe: C# and convenient string parsing for '\r\n' Pin
Guffa26-Mar-07 10:21
Guffa26-Mar-07 10:21 
AnswerRe: C# and convenient string parsing for '\r\n' Pin
Guffa26-Mar-07 10:23
Guffa26-Mar-07 10:23 
Questionhow can I prevent my application to be view in hexaViewers? Pin
NiZaR.TecH26-Mar-07 8:03
NiZaR.TecH26-Mar-07 8:03 
AnswerRe: how can I prevent my application to be view in hexaViewers? Pin
Christian Graus26-Mar-07 8:06
protectorChristian Graus26-Mar-07 8:06 
GeneralRe: how can I prevent my application to be view in hexaViewers? Pin
NiZaR.TecH26-Mar-07 8:09
NiZaR.TecH26-Mar-07 8:09 
GeneralRe: how can I prevent my application to be view in hexaViewers? Pin
Christian Graus26-Mar-07 8:38
protectorChristian Graus26-Mar-07 8:38 

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.