Hello!
I worked with vb6 and now it I'm working with VS C# 2005
(I'm an c#- beginner)
I have a main progamm which search for Dlls in a folder.
I include all dlls and thats no problem: i can call the functions with
arguments.
Now my problem is that the dll has an event "ErrorEvent(str ing errmsg)"
which should be raised and the mainprogramm should notify and take
care of this message (Show Messagebox for examle).
I tried with delegation but it didn't work.
Can anyone help me.
Thank you!
I worked with vb6 and now it I'm working with VS C# 2005
(I'm an c#- beginner)
I have a main progamm which search for Dlls in a folder.
I include all dlls and thats no problem: i can call the functions with
arguments.
Now my problem is that the dll has an event "ErrorEvent(str ing errmsg)"
which should be raised and the mainprogramm should notify and take
care of this message (Show Messagebox for examle).
I tried with delegation but it didn't work.
Can anyone help me.
Thank you!
Comment