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

C#

 
QuestionSplashScreen with Flash controle !!! Pin
CSharpJSharp25-Jan-06 6:55
CSharpJSharp25-Jan-06 6:55 
AnswerRe: SplashScreen with Flash controle !!! Pin
James Gupta25-Jan-06 8:34
professionalJames Gupta25-Jan-06 8:34 
GeneralRe: SplashScreen with Flash controle !!! Pin
CSharpJSharp25-Jan-06 23:35
CSharpJSharp25-Jan-06 23:35 
QuestionDouble buffering the scroll event of a RichTextBox Pin
dbaum25-Jan-06 6:44
dbaum25-Jan-06 6:44 
AnswerRe: Double buffering the scroll event of a RichTextBox Pin
DigitalKing25-Jan-06 9:43
DigitalKing25-Jan-06 9:43 
QuestionFire two events at the same time? Pin
Tom Wright25-Jan-06 6:41
Tom Wright25-Jan-06 6:41 
AnswerRe: Fire two events at the same time? Pin
Le centriste25-Jan-06 7:22
Le centriste25-Jan-06 7:22 
AnswerRe: Fire two events at the same time? Pin
Guffa25-Jan-06 8:21
Guffa25-Jan-06 8:21 
If you mean that the code handling the two events should execute at the same time, then no.

An event is basically a list of method pointers. When you call the event, it will just call the methods in the list one after the other. That means that when you call OnQResponse, it will not return until all event handlers in it has been executed.

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

GeneralRe: Fire two events at the same time? Pin
Tom Wright25-Jan-06 9:30
Tom Wright25-Jan-06 9:30 
GeneralRe: Fire two events at the same time? Pin
S. Senthil Kumar25-Jan-06 18:01
S. Senthil Kumar25-Jan-06 18:01 
QuestionSyntax Highlighting in VS Pin
the_traveller25-Jan-06 6:39
the_traveller25-Jan-06 6:39 
QuestionRowUpdating Event Pin
lordofcsharp25-Jan-06 4:38
lordofcsharp25-Jan-06 4:38 
AnswerRe: RowUpdating Event Pin
J4amieC25-Jan-06 4:51
J4amieC25-Jan-06 4:51 
GeneralRe: RowUpdating Event Pin
lordofcsharp25-Jan-06 5:01
lordofcsharp25-Jan-06 5:01 
QuestionNetSend problem Pin
razi3lll25-Jan-06 3:53
razi3lll25-Jan-06 3:53 
AnswerRe: NetSend problem Pin
Dave Kreskowiak25-Jan-06 4:28
mveDave Kreskowiak25-Jan-06 4:28 
QuestionHelp me Pin
ltxuan25-Jan-06 3:52
ltxuan25-Jan-06 3:52 
AnswerRe: Help me Pin
Dave Kreskowiak25-Jan-06 4:22
mveDave Kreskowiak25-Jan-06 4:22 
AnswerRe: Help me Pin
Drew McGhie25-Jan-06 9:20
Drew McGhie25-Jan-06 9:20 
QuestionConsole that changes directory. Pin
Mitchell McCollum25-Jan-06 3:20
Mitchell McCollum25-Jan-06 3:20 
AnswerRe: Console that changes directory. Pin
leppie25-Jan-06 3:41
leppie25-Jan-06 3:41 
AnswerRe: Console that changes directory. Pin
Dave Kreskowiak25-Jan-06 4:20
mveDave Kreskowiak25-Jan-06 4:20 
GeneralRe: Console that changes directory. Pin
Mitchell McCollum25-Jan-06 7:18
Mitchell McCollum25-Jan-06 7:18 
GeneralRe: Console that changes directory. Pin
SeanCM25-Jan-06 8:12
SeanCM25-Jan-06 8:12 
AnswerRe: Console that changes directory. Pin
mde130021-Sep-09 10:45
mde130021-Sep-09 10:45 

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.