invoke

  • Thread starter Thread starter Jibbly Bee
  • Start date Start date
J

Jibbly Bee

I have a form which creates a new instance of a class, this class creates a
thread and within this thread I RaiseEvents. These events are caught by the
original form. I am trying to update textboxes on the form from within the
events. My question is, do I need to use invoke from within the events to
update the textboxes? And if so, how do I pass my custom event parameters
to the invoked function?

Thanks.
 
Back
Top