Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reboot from application
Message
From
01/03/1999 05:56:28
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Reboot from application
Miscellaneous
Thread ID:
00192576
Message ID:
00192576
Views:
49
I try to use VB6 to reboot (cold boot) my computer thru my application by using the following statement :

in module1 :

' u/ windows action
Const EWX_LOGOFF = 0
Const EWX_SHUTDOWN = 1
Const EWX_REBOOT = 2
Const EWX_FORCE = 4
Declare Function ExitWindowsEx Lib "user32" _
(ByVal uFlags As Long, ByVal dwReserved _
As Long) As Long

in my form :

Private sub cmdReboot_click()
t = ExitWindowsEx(EWX_REBOOT, 0)
End Sub

but it does not work, it seems like I logging in with a different user
.. please help .. thanks for any advice or suggestion

Regards
Winan
Next
Reply
Map
View

Click here to load this message in the networking platform