T
Terry Olsen
I'm trying to make my app source easier to read & follow by breaking up
the code into modules. One module has the fileIO routines, another
module has the sockets routines, etc. However, I can't see any of the
data from the main form.
I need to send data entered into a textbox from form1 to a remote server
via a routine in the sockets module. However, I can't see the textbox
from the module.
This is probably really simple, and i'm probably still thinking in VB6
terms.
Thanks!
the code into modules. One module has the fileIO routines, another
module has the sockets routines, etc. However, I can't see any of the
data from the main form.
I need to send data entered into a textbox from form1 to a remote server
via a routine in the sockets module. However, I can't see the textbox
from the module.
This is probably really simple, and i'm probably still thinking in VB6
terms.
Thanks!