Remote Shutdown for LAN - Visual Basic 6.
Page 1 of 1 • Share •
Remote Shutdown for LAN - Visual Basic 6.
- Code:
Private Sub cmdShutdown_Click()
Shell "Shutdown -f -s -t 00 -m \\" & txtIP.Text
End Sub
Private Sub cmdRestart_Click()
Shell "Shutdown -f -r -t 00 -m \\" & txtIP.Text
End Sub
Private Sub txtIP_Change()
Text1.Text = ""
End Sub
HF.
-AnteosCreations
Anteos- AnteosCreation's Leader
- Posts: 34
Join date: 2008-05-21
Age: 25
Location: USA

Similar topics» [NEED HELP]Visual Basic Aion Graphic Launcher
» Remote joy Lite
» Visual C# 2008 express - Portable
» Basic Territory Tactics
» Basic and Admin Rules
» Remote joy Lite
» Visual C# 2008 express - Portable
» Basic Territory Tactics
» Basic and Admin Rules
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum