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

Thread: Unix Socket

  1. #1
    Join Date
    Feb 2002
    Posts
    69

    Question Unix Socket

    I would like to create a unix client socket which should send message to a Visual Basic server socket.

    Can anyone help me in doing this. I am not comfotrable with unix based socket can anyone give me the list of things to be done to do this.

    Thanxs and Regards
    Shiva!

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542
    http://www.ecst.csuchico.edu/~beej/guide/net/ is one of the better socket tutorials on the net. Take a look.

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