Results 1 to 3 of 3

Thread: network

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 1999
    Location
    Orange County
    Posts
    68

    Post

    can i make a program to send messages over a LAN just like winpopup. winpopup is okay but i need to make a few adjustments thanks

  2. #2
    Addicted Member
    Join Date
    Jul 1999
    Posts
    219

    Post

    just use winsock like

    code for send
    Code:
    winsock1.data("Msgbox" & " whatever to say")
    recived code
    [code]
    dim i
    i = winsock1.getdata
    dim b
    i = mid(i,6,100)
    msgbox(i)

    i think it well work i dont now

  3. #3
    Addicted Member
    Join Date
    Jul 1999
    Posts
    219

    Post

    just use winsock like

    code for send
    Code:
    winsock1.data("Msgbox" & " whatever to say")
    recived code
    Code:
    dim i
    i = winsock1.getdata
    dim b
    i = mid(i,6,100)
    msgbox(i)
    i think it well work i dont now

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