Click here to Skip to main content
16,004,944 members
Home / Discussions / C#
   

C#

 
GeneralRe: mono problem Pin
Rob Graham11-Jul-05 6:52
Rob Graham11-Jul-05 6:52 
GeneralRunning Crystal Reports in ASP.Net C# Pin
Member 205417111-Jul-05 4:46
Member 205417111-Jul-05 4:46 
GeneralRe: Running Crystal Reports in ASP.Net C# Pin
harbanone27-Jul-05 17:23
harbanone27-Jul-05 17:23 
GeneralS.M.A.R.T. Support Pin
bernardoh11-Jul-05 4:02
bernardoh11-Jul-05 4:02 
GeneralCapturing Event Pin
rull11-Jul-05 3:13
rull11-Jul-05 3:13 
GeneralRe: Capturing Event Pin
Guffa11-Jul-05 3:57
Guffa11-Jul-05 3:57 
GeneralRe: Capturing Event Pin
rull11-Jul-05 4:30
rull11-Jul-05 4:30 
GeneralRe: Capturing Event Pin
Guffa11-Jul-05 4:50
Guffa11-Jul-05 4:50 
You need at least one event handler for each type of delegate.

The event basically uses a reference to the handler to call it, and if the parameters that the handler accepts does not match the parameters that the event sends, you would mess upp the stack.

Maybe you could add a event handler reference of the wrong type to the event using reflection, but that would probably just crash the application.

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

GeneralConvert String to Float Pin
zaboboa11-Jul-05 3:00
zaboboa11-Jul-05 3:00 
GeneralRe: Convert String to Float Pin
Kevin McFarlane11-Jul-05 3:11
Kevin McFarlane11-Jul-05 3:11 
GeneralRe: Convert String to Float Pin
J4amieC11-Jul-05 3:31
J4amieC11-Jul-05 3:31 
GeneralRe: Convert String to Float Pin
Guffa11-Jul-05 4:00
Guffa11-Jul-05 4:00 
GeneralQuick Q Pin
Anthony Mushrow11-Jul-05 1:34
professionalAnthony Mushrow11-Jul-05 1:34 
GeneralRe: Quick Q Pin
C#-lover11-Jul-05 1:43
C#-lover11-Jul-05 1:43 
Questionhow does insert text inside a bitmap? Pin
Anonymous11-Jul-05 0:39
Anonymous11-Jul-05 0:39 
AnswerRe: how does insert text inside a bitmap? Pin
Adam Goossens11-Jul-05 0:42
Adam Goossens11-Jul-05 0:42 
GeneralSetROP2 Pin
Rassul Yunussov10-Jul-05 23:51
Rassul Yunussov10-Jul-05 23:51 
GeneralRe: SetROP2 Pin
Andrew Kirillov11-Jul-05 0:19
Andrew Kirillov11-Jul-05 0:19 
QuestionHow to Color Root Nodes and Child Nodes Seperately? Pin
pubududilena10-Jul-05 23:48
pubududilena10-Jul-05 23:48 
AnswerRe: How to Color Root Nodes and Child Nodes Seperately? Pin
S. Senthil Kumar11-Jul-05 1:09
S. Senthil Kumar11-Jul-05 1:09 
GeneralRe: How to Color Root Nodes and Child Nodes Seperately? Pin
Alomgir Miah11-Jul-05 6:24
Alomgir Miah11-Jul-05 6:24 
AnswerRe: How to Color Root Nodes and Child Nodes Seperately? Pin
Alomgir Miah11-Jul-05 8:25
Alomgir Miah11-Jul-05 8:25 
GeneralPrivate variable -> Public property macro Pin
Jan R Hansen10-Jul-05 23:35
Jan R Hansen10-Jul-05 23:35 
QuestionPerformace of exceptions? Pin
Dr Herbie10-Jul-05 23:21
Dr Herbie10-Jul-05 23:21 
AnswerRe: Performace of exceptions? Pin
leppie11-Jul-05 0:46
leppie11-Jul-05 0:46 

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.