Access Windows? shutdown dialog box from your VB Application.
Access Windows? shutdown dialog box from your VB Application.
API Declarations
'Windows Shut Down Dialog.
Private Declare Function SHShutDownDialog Lib "shell32" Alias "#60" (ByVal YourGuess As Long) As Long
Rate Access Windows? shutdown dialog box from your VB Application.
(2(2 Vote))
'
'Windows Shut Down Dialog. (See Declarations)
SHShutDownDialog 0
'
End Sub
Access Windows? shutdown dialog box from your VB Application. Comments
No comments yet — be the first to post one!
Post a Comment