MDI and Tabpage

Joined
Dec 12, 2005
Messages
1
Reaction score
0
Hi all,

I'm quite new to Windows Forms programming and my question/situation is the following:

I have Form1 which is a MDI Parent and I have News.cs as a child form, on the Parent I have a menu with a New menu item. This opens the child perfectly BUT, I have a tabcontrol on the child form with three tabpages and I want to open the New tab (middle one) when the menu item is clicked on the Parent Form. How do I do this?

Hope this makes sense to you guys.

Thanks,

Xander
 
Back
Top