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

Thread: Client socket

  1. #1
    Join Date
    Jan 2005
    Posts
    317

    Client socket

    Hi All,

    Can someone give sample code to add a simple client socket in VB6.0 application. An asynchronous non-blocking socket is needed.

    What i am trying to do is as follows:

    In a project which is already working, i have to add a functionality. Its like this that when a certain button on the form is clicked then the application sends a message, say 'XYZ', out of its socket to a server-ip, who would be listening on its socket. Obviously somewhere at the beginning of the application the client socket has to be created and then connected with the server socket.
    Thats all.

    Can someone provide help on this? Any help would be highly appreciated.

    -naim1
    Last edited by naim1; January 21st, 2012 at 04:40 AM.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

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