i have designed a tabbed page. im able to load forms in the tabs and even im able to navigate thru the child forms.but the problem here is im not able to load the directly,i had to write the code to load the form in tabPage1_Click(object sender, EventArgs e) event. Is there any way to load the form directly that is while opening the gui it shud be initialized wid first form. ihave tried to initialize it in constructor but it is not coming.
waiting for replies!!