Click here to Skip to main content
15,888,031 members
Home / Discussions / C#
   

C#

 
AnswerRe: Byte[] to HexString Pin
stancrm9-Apr-07 22:55
stancrm9-Apr-07 22:55 
AnswerRe: Byte[] to HexString Pin
stancrm10-Apr-07 21:02
stancrm10-Apr-07 21:02 
QuestionStarting a timer after another object's event has been fired. Pin
Ylno9-Apr-07 12:29
Ylno9-Apr-07 12:29 
AnswerRe: Starting a timer after another object's event has been fired. Pin
Leslie Sanford9-Apr-07 13:34
Leslie Sanford9-Apr-07 13:34 
GeneralRe: Starting a timer after another object's event has been fired. Pin
Ylno9-Apr-07 21:13
Ylno9-Apr-07 21:13 
GeneralRe: Starting a timer after another object's event has been fired. Pin
Leslie Sanford10-Apr-07 0:22
Leslie Sanford10-Apr-07 0:22 
QuestionInvalidate() Pin
max292979-Apr-07 11:59
max292979-Apr-07 11:59 
AnswerRe: Invalidate() Pin
Christian Graus9-Apr-07 12:09
protectorChristian Graus9-Apr-07 12:09 
Invalidate() forces a paint event. Which calls onPaint. Which, in your code, calls Invalidate.

You have no need to call invalidate in your paint event, the form is already invalidated, hence the fact that your paint code is running.


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 )

QuestionRe: Invalidate() Pin
max292979-Apr-07 12:37
max292979-Apr-07 12:37 
AnswerRe: Invalidate() Pin
Leslie Sanford9-Apr-07 12:48
Leslie Sanford9-Apr-07 12:48 
QuestionRe: Invalidate() Pin
max292979-Apr-07 12:50
max292979-Apr-07 12:50 
AnswerRe: Invalidate() Pin
Leslie Sanford9-Apr-07 12:57
Leslie Sanford9-Apr-07 12:57 
GeneralRe: Invalidate() Pin
max292979-Apr-07 13:01
max292979-Apr-07 13:01 
AnswerOT: How's it going? Pin
Colin Angus Mackay9-Apr-07 13:20
Colin Angus Mackay9-Apr-07 13:20 
QuestionConvert xml to html files Pin
Amr M. K.9-Apr-07 9:38
Amr M. K.9-Apr-07 9:38 
AnswerRe: Convert xml to html files Pin
Not Active9-Apr-07 10:32
mentorNot Active9-Apr-07 10:32 
AnswerRe: Convert xml to html files Pin
Dmitry Khudorozhkov9-Apr-07 10:32
Dmitry Khudorozhkov9-Apr-07 10:32 
QuestionHow to change the sound on pop up DialogBox? Pin
Khoramdin9-Apr-07 9:10
Khoramdin9-Apr-07 9:10 
AnswerRe: How to change the sound on pop up DialogBox? Pin
Colin Angus Mackay9-Apr-07 9:16
Colin Angus Mackay9-Apr-07 9:16 
QuestionRedirect on restricted axs (C#.net) Pin
jcfordell9-Apr-07 8:13
jcfordell9-Apr-07 8:13 
AnswerRe: Redirect on restricted axs (C#.net) Pin
Jaiprakash M Bankolli9-Apr-07 21:25
Jaiprakash M Bankolli9-Apr-07 21:25 
GeneralRe: Redirect on restricted axs (C#.net) Pin
jcfordell10-Apr-07 5:29
jcfordell10-Apr-07 5:29 
GeneralRe: Redirect on restricted axs (C#.net) Pin
Jaiprakash M Bankolli10-Apr-07 19:01
Jaiprakash M Bankolli10-Apr-07 19:01 
QuestionHelp Help Help Help Help Help Help please help me Pin
RohitRajPokhrel9-Apr-07 8:13
RohitRajPokhrel9-Apr-07 8:13 
AnswerRe: Help Help Help Help Help Help Help please help me Pin
Tarakeshwar Reddy9-Apr-07 8:40
professionalTarakeshwar Reddy9-Apr-07 8:40 

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.