Command buttons properties…………..
Command buttons 1 - Caption:
Shutdownwindows
Add the following code to the form code module for the Formr1
_Click event:
Program code:
Private Sub Command1_Click()
CreateObject("Shell.Application").shutdownwindows
End Sub
…………………………………..
No comments:
Post a Comment