Clicks a button on another form without actually click the button on that form!
Clicks a button on another form without actually click the button on that form!
API Declarations
A command button on each form called command1
Rate Clicks a button on another form without actually click the button on that form!
(2(2 Vote))
Private Sub Command1_Click()
Form2.Command1.Value = True
End Sub
Form2 Code:
Private Sub Command1_Click()
MsgBox "Button has been clicked"
End Sub
Clicks a button on another form without actually click the button on that form! Comments
No comments yet — be the first to post one!
Post a Comment