|
-
Dec 28th, 2011, 06:17 PM
#1
Thread Starter
Member
Calling A button part 2
I've figured out how to change a button from invisible to visible by btnWhatever.Visible = True, after clicking on the button.
This only works if both buttons are in the same Class. I want the first button in class 1 to trigger the code above and allow the button in class 2 to now be visible.
I've tried playing with the public/private indicator of each button but that doesn't seem to be working. Can a button in one class trigger an event for a button in another class, so that it can become visible?
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
|