Results 1 to 3 of 3

Thread: Multiple WinSock Controls??

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Location
    Salt Lake City, Utah
    Posts
    17

    Question

    I am creating a custom Messaging program (modeled after MSN Messenger) While coding the server-end of the package I am stuck, I am using WinSock, but is there a way to use multiple connections fairly simply (not a couple of hundred WinSock Controls)...

  2. #2
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    In the help for winsock, there is a way to dynamicly generate winsock controls as required. Check the MSDN VB-Help for the Code
    GWDASH
    [b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]

  3. #3
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    258
    here
    Code:
    Dim maxWinsock as integer 
    MaxWinsock = MaxWinsock + 1
    Load Winsock1(MaxWinsock)
    Visual Basic 6 SP4 on win98se

    QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!

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