I have designed a form that contains TabPage. Then I want t o refresh the form and show the text box now (hiding the tab pages). How do i that?
Can anyone help me?
Thanks.
Printable View
I have designed a form that contains TabPage. Then I want t o refresh the form and show the text box now (hiding the tab pages). How do i that?
Can anyone help me?
Thanks.
call TabPage.show() ??
Thanks for your reply franc2.
I think i should call tabControl.Hide().