M
MakeMeHappy
Hi, I have some problems with understand how to call BeginInvoke properly so
I need your help...
I have a "worker" thread in my app where I download a website, and after
some processing on html code I want to fire event from the "worker" thread
(my EventArg is a object which describles some data extracted from html
code), whose body (event body) must update datagrid control (which should be
done in main application thread, I suppose), but I don't know how to fire
that event with BeginInvoke...
plz help
Regards!
(Sorry for my poor English...)
I need your help...
I have a "worker" thread in my app where I download a website, and after
some processing on html code I want to fire event from the "worker" thread
(my EventArg is a object which describles some data extracted from html
code), whose body (event body) must update datagrid control (which should be
done in main application thread, I suppose), but I don't know how to fire
that event with BeginInvoke...
plz help
Regards!
(Sorry for my poor English...)