|
-
May 19th, 2005, 07:39 AM
#1
Thread Starter
Addicted Member
Easy question calling a command button [resolved]
Lets say I have some code thats written on a on click event in a command button. Lets say i want to call that code from somehwere else in the program. How do I do this?
Last edited by Porsche944; May 19th, 2005 at 07:50 AM.
-
May 19th, 2005, 07:45 AM
#2
Hyperactive Member
Re: Easy question calling a command button
process the "PerformClick" method would be the easy answer...
cmdCancel.PerformClick
-
May 19th, 2005, 07:49 AM
#3
Thread Starter
Addicted Member
Re: Easy question calling a command button
It works correctly thank you I added to your rep
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|