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.


Reply With Quote
