|
-
Apr 22nd, 2006, 04:43 PM
#1
Thread Starter
Addicted Member
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 ?
-
Apr 22nd, 2006, 10:50 PM
#2
PowerPoster
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.
-
Apr 23rd, 2006, 08:05 AM
#3
Thread Starter
Addicted Member
Re: Online/Offline Software
-
Apr 23rd, 2006, 08:34 AM
#4
New Member
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.
-
Apr 23rd, 2006, 09:01 AM
#5
Thread Starter
Addicted Member
Re: Online/Offline Software
yup is this 1 but how do i code with winstock ? and tcpip ?
-
Apr 23rd, 2006, 09:08 AM
#6
New Member
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.
-
Apr 23rd, 2006, 12:32 PM
#7
Thread Starter
Addicted Member
Re: Online/Offline Software
-
Apr 23rd, 2006, 02:08 PM
#8
PowerPoster
Re: Online/Offline Software
 Originally Posted by mobilewap
erm i dun have msdn
msdn.microsoft.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|