Click here to Skip to main content
15,894,315 members
Home / Discussions / C#
   

C#

 
QuestionThreadStart issue Pin
merh22-Apr-08 3:45
merh22-Apr-08 3:45 
GeneralRe: ThreadStart issue Pin
Spacix One22-Apr-08 3:47
Spacix One22-Apr-08 3:47 
GeneralRe: ThreadStart issue Pin
merh22-Apr-08 3:56
merh22-Apr-08 3:56 
GeneralRe: ThreadStart issue Pin
Spacix One22-Apr-08 4:08
Spacix One22-Apr-08 4:08 
GeneralEvents in c# Pin
M4R22-Apr-08 3:25
M4R22-Apr-08 3:25 
GeneralRe: Events in c# Pin
Not Active22-Apr-08 3:33
mentorNot Active22-Apr-08 3:33 
JokeRe: Events in c# Pin
Guffa22-Apr-08 3:42
Guffa22-Apr-08 3:42 
GeneralRe: Events in c# Pin
Guffa22-Apr-08 3:35
Guffa22-Apr-08 3:35 
An event is basically a list of delegates.

One part of your code (or different parts of the code) can subscribe to an event by adding one or more event handlers to the event. Another part of your code can invoke the event, which will call all the event handlers registered in the event.

Despite everything, the person most likely to be fooling you next is yourself.

RantRe: Events in c# Pin
Spacix One22-Apr-08 3:45
Spacix One22-Apr-08 3:45 
GeneralRe: Events in c# Pin
CPallini22-Apr-08 5:45
mveCPallini22-Apr-08 5:45 
QuestionTyped datasets? Pin
RitchieRich22-Apr-08 3:01
RitchieRich22-Apr-08 3:01 
AnswerRe: Typed datasets? Pin
Not Active22-Apr-08 3:16
mentorNot Active22-Apr-08 3:16 
GeneralRe: Typed datasets? Pin
RitchieRich22-Apr-08 3:19
RitchieRich22-Apr-08 3:19 
GeneralRe: Typed datasets? Pin
Not Active22-Apr-08 3:32
mentorNot Active22-Apr-08 3:32 
GeneralRe: Typed datasets? Pin
RitchieRich22-Apr-08 3:51
RitchieRich22-Apr-08 3:51 
QuestionTransfering VBA code (Word 2003 macro) over to a C# application Pin
Nahual22-Apr-08 3:00
Nahual22-Apr-08 3:00 
GeneralRe: Transfering VBA code (Word 2003 macro) over to a C# application Pin
Spacix One22-Apr-08 3:42
Spacix One22-Apr-08 3:42 
GeneralRe: Transfering VBA code (Word 2003 macro) over to a C# application Pin
Nahual22-Apr-08 5:01
Nahual22-Apr-08 5:01 
GeneralRe: Transfering VBA code (Word 2003 macro) over to a C# application Pin
Spacix One22-Apr-08 7:44
Spacix One22-Apr-08 7:44 
GeneralRe: Transfering VBA code (Word 2003 macro) over to a C# application Pin
Nahual23-Apr-08 3:54
Nahual23-Apr-08 3:54 
GeneralRe: Transfering VBA code (Word 2003 macro) over to a C# application Pin
Nahual24-Apr-08 14:12
Nahual24-Apr-08 14:12 
Generalwordpad Pin
negar77722-Apr-08 2:59
negar77722-Apr-08 2:59 
GeneralRe: wordpad Pin
Pete O'Hanlon22-Apr-08 3:03
mvePete O'Hanlon22-Apr-08 3:03 
GeneralRe: wordpad Pin
phannon8622-Apr-08 3:11
professionalphannon8622-Apr-08 3:11 
GeneralRe: wordpad Pin
Spacix One22-Apr-08 3:14
Spacix One22-Apr-08 3:14 

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.