CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2003
    Location
    India
    Posts
    17

    Question How to change time of a remote machine?

    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

  2. #2
    Join Date
    Feb 2003
    Location
    Greece
    Posts
    533

    check this link

    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.
    - Better live in the digital world -

  3. #3
    Join Date
    Apr 2003
    Location
    India
    Posts
    17
    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

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

Featured