Click to See Complete Forum and Search --> : <<Help needed>>


huochai
March 11th, 2003, 02:31 AM
<<Help needed>>
Hi all,
I want to send messages through wireless.. I have create a textbox and a 'send" button...
I want to send message in the textbox when i press the "send" button...
I not using MFC...
How am i going to do about it.

Thanks in advance....
huochai

Bengi
March 11th, 2003, 07:00 AM
i don't think textbox and a button will do the job =)
for now try learn how to code in win32, some winsock and u can always use google.

huochai
March 11th, 2003, 07:03 PM
Hi,
yah.. I have written the WinSock program.. Now I wish to send a simple message from the client to the server... Any simple message type in the textbox will be sent from the client to the server once the "send" button is pressed ..

How am i going to do about it >>>??

p.s. I not using MFC..

Thanks in advance
huochai



Originally posted by Bengi
i don't think textbox and a button will do the job =)
for now try learn how to code in win32, some winsock and u can always use google.