- Home
·
- Graphics
·
- Make a Magic. Put a command button Over the form and Type the code written below and Try to click c
Make a Magic. Put a command button Over the form and Type the code written below and Try to click c
Make a Magic. Put a command button Over the form and Type the code written below and Try to click command button during run time.
Rate Make a Magic. Put a command button Over the form and Type the code written below and Try to click c
(1(1 Vote))
Form1.WindowState=vbNormal
End Sub
Private Sub Command1_Click()
MsgBox "Hello Iam Bhuwan",vbInformation
End Sub
Private Sub Command1_MouseMove(Button as Integer, Shift as Integer, X as Single, Y as Single)
Dim Left as Integer
Dim Top as Integer
Randomize
Left=Int((3000 * Rnd) + 1)
Top=Int((3000 * Rnd) + 1)
Command1.Move Left,Top
End Sub
Make a Magic. Put a command button Over the form and Type the code written below and Try to click c Comments
No comments yet — be the first to post one!
Post a Comment