Tuesday, December 11, 2007

How to work with vbQuestion

How to work with vbQuestion

To work with vbQuestion

Step 1:

Add the CommandButton in the Form:

Step 2:

Type in VB programming codes to the Command button. In this example, a VB Question box will be displayed after clicking on the Command button:

Private Sub Command1_Click()

MsgBox "Please Click Me!!!", vbQuestion

End Sub

Step 3:

The VB Question box is displayed after clicking on the Command button:

No comments: