Click here to Skip to main content
15,908,674 members
Home / Discussions / C#
   

C#

 
AnswerRe: Display of text delayed [modified] Pin
Guffa6-Jun-06 19:00
Guffa6-Jun-06 19:00 
GeneralRe: Display of text delayed [modified] Pin
printscreen123456-Jun-06 19:33
printscreen123456-Jun-06 19:33 
AnswerRe: Display of text delayed [modified] Pin
Guffa6-Jun-06 23:15
Guffa6-Jun-06 23:15 
You are confusing hooking up an event with using an event.

Adding an event handler will hook up the method to the event, but it will not call the method. If you do this more than once, the event will contain more than one hook to the same method. That means that every time the event is used it will call the method more than one time.

The paint event is used automatically whenever the control needs to be redrawn. You don't use the paint event yourself. If you need the control to be redrawn you use the Invalidate method to tell the system to redraw the control.


---
b { font-weight: normal; }

GeneralRe: Display of text delayed [modified] Pin
printscreen123457-Jun-06 1:37
printscreen123457-Jun-06 1:37 
GeneralRe: Display of text delayed [modified] Pin
Guffa7-Jun-06 20:23
Guffa7-Jun-06 20:23 
GeneralRe: Display of text delayed Pin
printscreen123459-Jun-06 21:30
printscreen123459-Jun-06 21:30 
AnswerRe: Display of text delayed Pin
Guffa9-Jun-06 22:22
Guffa9-Jun-06 22:22 
GeneralRe: Display of text delayed Pin
printscreen1234510-Jun-06 1:23
printscreen1234510-Jun-06 1:23 
QuestionData binding Pin
liquid_6-Jun-06 11:28
liquid_6-Jun-06 11:28 
QuestionDatagridview and checkbox column Pin
perryf006-Jun-06 10:48
perryf006-Jun-06 10:48 
AnswerRe: Datagridview and checkbox column Pin
Mairaaj Khan6-Jun-06 22:15
professionalMairaaj Khan6-Jun-06 22:15 
QuestionColumn Width Pin
gregbushman6-Jun-06 8:18
gregbushman6-Jun-06 8:18 
GeneralRe: Column Width Pin
Guffa6-Jun-06 8:44
Guffa6-Jun-06 8:44 
AnswerRe: Column Width Pin
yodern6-Jun-06 23:32
yodern6-Jun-06 23:32 
QuestionNeed help in messenger Pin
Musharaf Zaheer6-Jun-06 7:50
Musharaf Zaheer6-Jun-06 7:50 
GeneralRe: Need help in messenger Pin
Guffa6-Jun-06 11:15
Guffa6-Jun-06 11:15 
QuestionCheck the internet connection status Pin
ventomito6-Jun-06 7:31
ventomito6-Jun-06 7:31 
AnswerRe: Check the internet connection status Pin
Paul Brower6-Jun-06 10:38
Paul Brower6-Jun-06 10:38 
GeneralRe: Check the internet connection status Pin
ventomito7-Jun-06 2:21
ventomito7-Jun-06 2:21 
QuestionCasting from derived class to base class Pin
Melon006-Jun-06 7:02
Melon006-Jun-06 7:02 
AnswerRe: Casting from derived class to base class Pin
Wjousts6-Jun-06 7:13
Wjousts6-Jun-06 7:13 
AnswerRe: Casting from derived class to base class Pin
Josh Smith6-Jun-06 9:28
Josh Smith6-Jun-06 9:28 
AnswerRe: Casting from derived class to base class Pin
Guffa6-Jun-06 11:24
Guffa6-Jun-06 11:24 
AnswerRe: Casting from derived class to base class Pin
Ret Orrick6-Jun-06 15:49
Ret Orrick6-Jun-06 15:49 
QuestionPlease Help ! Pin
mostafa_h6-Jun-06 4:25
mostafa_h6-Jun-06 4:25 

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.