2
Reply

Accesing frmMain events from a thread

Adwait

Adwait

17 years ago
2.2k
I have a main form called frmMain. Within that form there is a flash control that loads some flash files. When the application starts, I create a thread on which I am scanning for some Radio Frequency tags. Once I see that a tag is in range I need to take some action. Until this point everything runs fine. I somehow need the ability to execute a event OnFSCommand in the frmMain so that I can push the user to a specific screen when a RFID tag is recognized. For that I have to create another frmMain Object because the RFID scanning is happening in a different class. How can I make this happen ?

Answers (2)