B
BoloBaby
Earlier, I had a threading issue where I had to use the InvokeRequired to
get my controls to function properly.
Does InvokeRequired apply to my custom classes as well? That is, if I have
attempt to fire a method in a custom class as the result of an event raised
by a user control, and the method doesn't seem to fire, is that because I
have a threading problem again?
What do I have to do in this case? Implement ISynchronizeInvoke on my
custom class?
Thanks.
get my controls to function properly.
Does InvokeRequired apply to my custom classes as well? That is, if I have
attempt to fire a method in a custom class as the result of an event raised
by a user control, and the method doesn't seem to fire, is that because I
have a threading problem again?
What do I have to do in this case? Implement ISynchronizeInvoke on my
custom class?
Thanks.