|
-
Jan 24th, 2006, 01:45 PM
#1
Thread Starter
Addicted Member
perform a click on child button
I have a question pertraining with pressing a button inside a child form.
I am writing some code in the parent form, and I need to press the button inside of the child form. how co I do this. I have tried the following code but it seems to not work
thekid1.button1.performClick
can someone please help, thanks
-
Jan 24th, 2006, 01:51 PM
#2
Re: perform a click on child button
 Originally Posted by Srig007
thekid1.button1.performClick
performClick?
-
Jan 24th, 2006, 01:51 PM
#3
Re: perform a click on child button
One way is to change scope of button_click from Private to Public (manually) so you can call it like this:
Form2.Command1_Click
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
|