Show ShutDown Dialog from your application only 1 API and 1 line of code,too short!!!
Show ShutDown Dialog from your application only 1 API and 1 line of code,too short!!!
Rate Show ShutDown Dialog from your application only 1 API and 1 line of code,too short!!!
(1(1 Vote))
'Don't add any control just add the following:
Private Declare Function SHShutDownDialog Lib "shell32" Alias "#60" (ByVal YourGuess As Long) As Long
Private Sub Form_Load()
SHShutDownDialog 0
End Sub
Show ShutDown Dialog from your application only 1 API and 1 line of code,too short!!! Comments
No comments yet — be the first to post one!
Post a Comment