|
-
Jan 13th, 2004, 11:08 AM
#1
Thread Starter
Addicted Member
Multi Threading - [RESOLVED]
I have just started to look at multi-threaded apps after seeing Wokawidget's example. I was just wondering how you could refer to an object on the form frmThreadObject (MyThread) if you were to add some more functionality to the app and add a module/class etc.
ie under normal circumstances if you have a label on the form and you wished to modify the text from a module you could use :
frmThreadObject.lblInfo.Caption = "new text"
However as in this example the form is named on creation, frmThreadObject wouldn’t exist.
Any help to enlighten me would be much appreciated.
Last edited by mik706; Jan 15th, 2004 at 03:46 AM.
Mik706
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|