This Will shutdown the windows 98 system and log off the win Nt,2000 systemsby closing all the prog
This Will shutdown the windows 98 system and log off the win Nt,2000 systemsby closing all the programms
Rate This Will shutdown the windows 98 system and log off the win Nt,2000 systemsby closing all the prog
(1(1 Vote))
'code in click event
Private Sub shut_Click()
Dim j
j = ExitWindowsEx(1, 0) ' 1 is to shutdown the system
MsgBox j 'displays 1 on sucess and 0 on failure
End Sub
This Will shutdown the windows 98 system and log off the win Nt,2000 systemsby closing all the prog Comments
No comments yet — be the first to post one!
Post a Comment