|
-
Aug 20th, 2000, 10:11 AM
#1
Thread Starter
New Member
Greetings all. I am very new to VB and programming at large.
I work in an internet cafe and would like to remotely have message popup on computers sent from the assistant on duty's computer.
Also I would like to be able to shutdown these computers from a central computer and maybe start applications to run on the remote PC.
Is there any way of writing an application to do this in VB6.
Please help. Thank you.
-
Aug 20th, 2000, 10:20 AM
#2
Monday Morning Lunatic
First off, you're probably on a TCP/IP network, so that's okay...
Right. You need two programs, a client and a server. The client program, when signalled by the server, will popup a message or run a program. It can also close programs if you need. The server will connect to the specific client, and send the right information. The Winsock control will help here.
The client, when run, hides itself and waits for a connection from the server. The server connects to the client on a command from the assistant on duty.
Hope this helps.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 20th, 2000, 10:38 AM
#3
Frenzied Member
yeah, Parksie is right,
you can find a demo @
http://www.vbsquare.com/demos/comms-demo/index.html
Have fun
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
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
|