I want to get rid of my tab control

S

SandyR

I created a form with two pages, then decided I would be better off with just
one. I deleted the second page, and now I would like to get rid of the tab
on the first page. Is there any way to do this? I want to keep the form
content, but not have it be in a tab.

Thanks for any help!
 
R

Rick Brandt

SandyR said:
I created a form with two pages, then decided I would be better off
with just one. I deleted the second page, and now I would like to
get rid of the tab on the first page. Is there any way to do this?
I want to keep the form content, but not have it be in a tab.

Thanks for any help!

Select all the content on the TabPage and "Cut" to the clipboard. Then
delete the TabControl and then "Paste" to put your controls back onto the
form.
 
S

SandyR

OK, That works. Thanks again!

Rick Brandt said:
Select all the content on the TabPage and "Cut" to the clipboard. Then
delete the TabControl and then "Paste" to put your controls back onto the
form.
 
Top