G
Guest
I want to execute an events delegates in the windows forms thread. What is the easiest way to do this?
I created another delegate and called BeginInvoke on the active form and inside this delgate handler I invoked the events delgates. Is there an easier way?
Thanks in advance,
James
I created another delegate and called BeginInvoke on the active form and inside this delgate handler I invoked the events delgates. Is there an easier way?
Thanks in advance,
James