Click here to Skip to main content
16,006,442 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to add values of generic type T Pin
Guffa2-Mar-07 8:23
Guffa2-Mar-07 8:23 
GeneralRe: How to add values of generic type T Pin
Marc Clifton2-Mar-07 8:55
mvaMarc Clifton2-Mar-07 8:55 
GeneralRe: How to add values of generic type T Pin
Andrew Rissing2-Mar-07 9:11
Andrew Rissing2-Mar-07 9:11 
GeneralRe: How to add values of generic type T Pin
Marc Clifton2-Mar-07 9:36
mvaMarc Clifton2-Mar-07 9:36 
AnswerRe: How to add values of generic type T Pin
Insincere Dave2-Mar-07 9:12
Insincere Dave2-Mar-07 9:12 
GeneralRe: How to add values of generic type T Pin
Marc Clifton2-Mar-07 9:34
mvaMarc Clifton2-Mar-07 9:34 
QuestionHow to work with Double Buffering C# Pin
laura13162-Mar-07 7:57
laura13162-Mar-07 7:57 
AnswerRe: How to work with Double Buffering C# Pin
Dave Kreskowiak2-Mar-07 8:06
mveDave Kreskowiak2-Mar-07 8:06 
Well, I don't know what's causing the flickering, but I do see a HUGE resource leak in your code.

You MUST call .Dispose() on all of your Pen objects when you're done using them. If you don't, the unmanaged resources behind them don't get released and you'll eventually get an OutOfMemory exception and/or your system will start to do very weird things, even causing other applications to crash.


Dave Kreskowiak
Microsoft MVP - Visual Basic


AnswerRe: How to work with Double Buffering C# Pin
Luc Pattyn2-Mar-07 9:41
sitebuilderLuc Pattyn2-Mar-07 9:41 
AnswerRe: How to work with Double Buffering C# Pin
Patrick Etc.2-Mar-07 10:13
Patrick Etc.2-Mar-07 10:13 
QuestionTimers in Online Exams Pin
archu12-Mar-07 7:05
archu12-Mar-07 7:05 
AnswerRe: Timers in Online Exams Pin
Parwej Ahamad2-Mar-07 7:21
professionalParwej Ahamad2-Mar-07 7:21 
QuestionCAN ANY BODY ANSWER TO QUESTION/!!!!!???? Pin
conemajstor2-Mar-07 4:48
conemajstor2-Mar-07 4:48 
AnswerRe: CAN ANY BODY ANSWER TO QUESTION/!!!!!???? Pin
Colin Angus Mackay2-Mar-07 5:21
Colin Angus Mackay2-Mar-07 5:21 
AnswerRe: CAN ANY BODY ANSWER TO QUESTION/!!!!!???? Pin
Dave Kreskowiak2-Mar-07 6:16
mveDave Kreskowiak2-Mar-07 6:16 
QuestionHow can i save data in access database Pin
conemajstor2-Mar-07 4:18
conemajstor2-Mar-07 4:18 
AnswerRe: How can i save data in access database Pin
Chris Buckett2-Mar-07 5:19
Chris Buckett2-Mar-07 5:19 
QuestionAssembly initialization... Pin
Phil Boyd2-Mar-07 3:55
Phil Boyd2-Mar-07 3:55 
AnswerRe: Assembly initialization... Pin
Scott Dorman2-Mar-07 4:25
professionalScott Dorman2-Mar-07 4:25 
GeneralRe: Assembly initialization... Pin
Phil Boyd2-Mar-07 6:54
Phil Boyd2-Mar-07 6:54 
GeneralRe: Assembly initialization... Pin
Scott Dorman2-Mar-07 7:01
professionalScott Dorman2-Mar-07 7:01 
GeneralRe: Assembly initialization... Pin
Phil Boyd2-Mar-07 11:12
Phil Boyd2-Mar-07 11:12 
QuestionHow to stop a timer from within it's eventhandler? Pin
Hussam Fattahi2-Mar-07 3:52
Hussam Fattahi2-Mar-07 3:52 
AnswerRe: How to stop a timer from within it's eventhandler? Pin
Stefan Troschuetz2-Mar-07 4:28
Stefan Troschuetz2-Mar-07 4:28 
AnswerRe: How to stop a timer from within it's eventhandler? Pin
S. Senthil Kumar2-Mar-07 4:48
S. Senthil Kumar2-Mar-07 4:48 

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.