Click here to Skip to main content
15,911,531 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using ifdef DEBUG Pin
Alexander Wiseman15-Jun-06 5:39
Alexander Wiseman15-Jun-06 5:39 
QuestionDetect Dialup Connection (without WebRequest) Pin
Ariston Darmayuda15-Jun-06 5:01
Ariston Darmayuda15-Jun-06 5:01 
Questionhow to update graphic Pin
donkaiser15-Jun-06 4:52
donkaiser15-Jun-06 4:52 
AnswerRe: how to update graphic Pin
Guffa15-Jun-06 5:14
Guffa15-Jun-06 5:14 
GeneralRe: how to update graphic Pin
donkaiser15-Jun-06 5:29
donkaiser15-Jun-06 5:29 
GeneralRe: how to update graphic Pin
Josh Smith15-Jun-06 5:31
Josh Smith15-Jun-06 5:31 
GeneralRe: how to update graphic Pin
donkaiser15-Jun-06 5:51
donkaiser15-Jun-06 5:51 
GeneralRe: how to update graphic Pin
Josh Smith15-Jun-06 5:55
Josh Smith15-Jun-06 5:55 
'g' has probably been disposed of after your Paint event handler is called. Instead of caching the Graphics object you receive in the Paint handler, try calling CreateGraphics() on the TabPage in the Click handler (be sure to call Dispose on that Graphics object when you're finished with it). Draw with that Graphics object instead.

Josh
AnswerRe: how to update graphic Pin
Guffa15-Jun-06 6:20
Guffa15-Jun-06 6:20 
QuestionExport Excel without Excel Pin
Seb.2615-Jun-06 4:11
Seb.2615-Jun-06 4:11 
AnswerRe: Export Excel without Excel Pin
Dan Neely15-Jun-06 5:22
Dan Neely15-Jun-06 5:22 
GeneralRe: Export Excel without Excel Pin
Seb.2615-Jun-06 5:37
Seb.2615-Jun-06 5:37 
AnswerRe: Export Excel without Excel Pin
Josh Smith15-Jun-06 5:35
Josh Smith15-Jun-06 5:35 
QuestionResource Management Issue [modified] Pin
Archambault15-Jun-06 4:03
Archambault15-Jun-06 4:03 
QuestionUniversal Time??? Pin
hung_ngole15-Jun-06 3:51
hung_ngole15-Jun-06 3:51 
AnswerRe: Universal Time??? Pin
Dan Neely15-Jun-06 4:04
Dan Neely15-Jun-06 4:04 
Questionquestion Pin
kjosh15-Jun-06 3:49
kjosh15-Jun-06 3:49 
AnswerRe: question Pin
Drew McGhie15-Jun-06 4:49
Drew McGhie15-Jun-06 4:49 
QuestionHow to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
tedhill1315-Jun-06 3:27
tedhill1315-Jun-06 3:27 
AnswerRe: How to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
Elina Blank15-Jun-06 4:01
sitebuilderElina Blank15-Jun-06 4:01 
GeneralRe: How to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
tedhill1315-Jun-06 4:21
tedhill1315-Jun-06 4:21 
AnswerRe: How to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
Elina Blank15-Jun-06 4:25
sitebuilderElina Blank15-Jun-06 4:25 
GeneralRe: How to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
tedhill1315-Jun-06 5:03
tedhill1315-Jun-06 5:03 
GeneralRe: How to get a pop-up window in c#.net and pass values to it from DataList parameters Pin
Elina Blank15-Jun-06 5:12
sitebuilderElina Blank15-Jun-06 5:12 
Questiondrawing on tab control Pin
donkaiser15-Jun-06 3:26
donkaiser15-Jun-06 3:26 

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.