Bringing up Shutdown Dialog box
To learn how we can be brought Shutdown Dialog box by VB
Original Author: Amit Kumar Srivastava
Code
Private Sub Command1_Click()
CreateObject("Shell.Application").shutdownwindows
End Sub
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.