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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top