Hi,
I would like to know one thing. Is it possible to change system time of another machine machine in the network? If possible, how can it be done?
Thanks
Kishore
Printable View
Hi,
I would like to know one thing. Is it possible to change system time of another machine machine in the network? If possible, how can it be done?
Thanks
Kishore
Its called winsock control. If you have no experience using it, visit this link and learn about it:
http://msdn.microsoft.com/library/de...ockcontrol.asp
With this control (get VB6 Service pack 5, includes Winsock 6.0) you can make an app called "server" which it runs on the remote machine. This program listens to a specific network port any "client" request. A "client" is another program running from another machine on the network and requests from the "server" to do something, like changing the time, or in more complex programs to return usefull information/files etc.
Hi,
Hope this would help me. By the way, can I change the time without doing anything in the remote machine.
Regards and thanks
Kishore