Results 1 to 3 of 3

Thread: Multi Threading - [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2002
    Location
    UK
    Posts
    147

    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
  •  



Click Here to Expand Forum to Full Width