C# this.invoke(mydelegate)
I have a program that apparently starts a method referenced by a delegate with the following code:
this.Invoke(mydelegate)
Can someone refer me to so sort of documentation about this??
Thanks,
Keith Stallings
S_KiryazovPosted Sep 15, 2004, 9:43 AM
kstallingsPosted Sep 14, 2004, 4:41 PM