CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: <<Help needed>>

  1. #1
    Join Date
    Mar 2003
    Posts
    10

    <<Help needed>>

    <<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

  2. #2
    Join Date
    May 2002
    Location
    Somewhere over the rainbow
    Posts
    423
    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.
    Bengi

  3. #3
    Join Date
    Mar 2003
    Posts
    10
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured