|
-
Mar 6th, 2004, 06:46 AM
#1
Thread Starter
Supreme User
Shutdown Computer (NOT TESTED)
VB Code:
Private Const EWX_SHUTDOWN As Long = 1
Private Declare Function ExitWindowsEx Lib "user32" (ByVal dwOptions As Long, ByVal dwReserved As Long) As Long
lngResult = ExitWindowsEx(EWX_SHUTDOWN, 0&)
-
Mar 7th, 2004, 05:58 PM
#2
-
Mar 8th, 2004, 08:47 AM
#3
Thread Starter
Supreme User
Geez sorry, i will not post anything next time
-
Mar 8th, 2004, 03:44 PM
#4
-
Mar 9th, 2004, 10:55 AM
#5
Thread Starter
Supreme User
Yeah i guess, its just for me its better to have say 5 examples of you want as opposed to 1, then you can learn from each.
-
Mar 9th, 2004, 04:56 PM
#6
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
|