Two Form Event questions.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
- How do I cause a certain tab in my tab control to be automatically selected when a user does the follow: a) Clicks an option in the Tree Control. b) Clicks an option in from the Menu on the top toolbar. 2) I have implemented an outlook type toolbar. When a user selects an option by clicking an icon or tree control option how do I clear the current form (Saving form settings) and casuing the new form to appear. (I use the term form lightly) I'm trying to get a similar action like a tab control, but without using the tab control, and using the outlook toolbar for selection.