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

C#

 
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 
AnswerRe: How to call the paint event handler Pin
Ravi Bhavnani26-Mar-07 11:43
professionalRavi Bhavnani26-Mar-07 11:43 
As CG has pointed out, you call Invalidate() to invalidate the window, which will cause the OS to eventually call your paint handler. In addition, you can call Update() to force the OS to paint your window immediately.

/ravi

This is your brain on Celcius
Home | Music | Articles | Freeware | Trips
ravib(at)ravib(dot)com

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 
GeneralRe: how can I prevent my application to be view in hexaViewers? Pin
Dan Neely26-Mar-07 8:10
Dan Neely26-Mar-07 8:10 

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.