Results 1 to 8 of 8

Thread: Online/Offline Software

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Online/Offline Software

    i wana do a client and a host thingy software....

    for example:

    Client Online---it will update to make the host say Client1 is Online

    something like tat...actually i did a program using mysql database and vb to update when its online....but i scared people see from the sent packets from dos...so how can i make a more advanced script ? like socket ? can anyone give me guidence ?

  2. #2
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Online/Offline Software

    the way i do it is to update a record in the mysql table to say they are online, then i filter out the online users and display who is online or how many are online depending on what you want to do. this is the best way to go about doing it.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Re: Online/Offline Software

    erm i dun get u

  4. #4
    New Member
    Join Date
    Apr 2006
    Posts
    5

    Re: Online/Offline Software

    do you mean something like this: (that's my Alevel computing coursework)


    i used WinSock control with TCP/IP as the protocol.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Re: Online/Offline Software

    yup is this 1 but how do i code with winstock ? and tcpip ?

  6. #6
    New Member
    Join Date
    Apr 2006
    Posts
    5

    Re: Online/Offline Software

    easy, right click on the left side where you are ment to click for text boxes and select "Components...." then find "Microsoft Winsock control", tick that.
    now place a WinSock control on your main form and select it. and finially press "F1" and the help file should guide you through what you need to do.

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Re: Online/Offline Software

    erm i dun have msdn

  8. #8

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