G
Gary Brewer
Hello,
In a windows form, if I am doing some work in a thread and I wire an event
handler up to change something in the UI, can I create the event handler
link up in my thread or do I have to create a delegate and invoke it on my
windows form thread for it to work properly?
Gary Brewer
In a windows form, if I am doing some work in a thread and I wire an event
handler up to change something in the UI, can I create the event handler
link up in my thread or do I have to create a delegate and invoke it on my
windows form thread for it to work properly?
Gary Brewer