devilmaster1
Member
- Joined
- Jul 29, 2007
- Messages
- 16
- Programming Experience
- 5-10
How do you access a forms objects in a module like a textbox object.
see i have a module that does not get called in the form codes it deals with .net.sockets.
So there for the recievedata function only needs to be placed in the module where the dll is imported at.
This makes a bit harder cause i can not access textbox2 from the module so when the data is recieved i can not have it displayed in textbox2 on the form.
is there any given way that you can access a forms textbox from a module where the recieve data will go into textbox2 when data is recieved ?
see i have a module that does not get called in the form codes it deals with .net.sockets.
So there for the recievedata function only needs to be placed in the module where the dll is imported at.
This makes a bit harder cause i can not access textbox2 from the module so when the data is recieved i can not have it displayed in textbox2 on the form.
is there any given way that you can access a forms textbox from a module where the recieve data will go into textbox2 when data is recieved ?