
-----------------------------------
deltamanx
Fri Jan 08, 2010 8:13 pm

Getting VB to send the contents of a text box to a server.
-----------------------------------
I'm working on a internet based VB (6.0 EE) program,
what I'm having trouble with is making the program send the contents of a text box from it to a server.
Also I need help with the code for it to be able to receive the contents of that text box, because what I've
used so far, doesn't seem to work.
Thank you in advance.

-----------------------------------
deltamanx
Tue Jan 12, 2010 4:22 pm

Re: Getting VB to send the contents of a text box to a server.
-----------------------------------
Never mind; solution found.
For those in need of future reference:
[code]
[Socket Name Here].SendData [Textbox name][/code]
