Winston Posted April 4, 2003 Posted April 4, 2003 i remember formerly in vb6 u just do Call Command1_Click but what do u do in vb.net? Quote
*Gurus* divil Posted April 4, 2003 *Gurus* Posted April 4, 2003 MySubName() Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Moderators Robby Posted April 4, 2003 Moderators Posted April 4, 2003 If it's the click event you want, you can also do this... btnMyButton.PerformClick() 'or mnuMyMenu.PerformClick() Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.