Search Tools Links Login

Bringing up Shutdown Dialog box


Visual Basic 6, or VB Classic

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 143 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.