Hi,

I am trying to create a wizard form to help users enter data into a windows
forms application. I want to use a tab control to show the different
screens for the wizard but need to remove the 'tab' so users only see the
content of the tab.

Has anyone any idea how to do this? I have searched the internet but an not
getting very far!

Thanks
Richard

Re: Tab Control - Remove Tab by Mick

Mick
Sun Aug 20 13:55:03 CDT 2006

Add a HideTabs property to turn on/off the Tabs:
http://www.dotnetrix.co.uk/tabcontrols.html

Create a PanelManager:
http://www.dotnetrix.co.uk/custom.html

Another solution which you may wish to use is to create UserControls and
Load/Unload them in response to the Next/Previous buttons.

--
Mick Doherty
http://dotnetrix.co.uk/nothing.html


"Richard Harris" <richard@richardjharris.plus.com> wrote in message
news:uqfpd9HxGHA.4972@TK2MSFTNGP05.phx.gbl...
> Hi,
>
> I am trying to create a wizard form to help users enter data into a
> windows forms application. I want to use a tab control to show the
> different screens for the wizard but need to remove the 'tab' so users
> only see the content of the tab.
>
> Has anyone any idea how to do this? I have searched the internet but an
> not getting very far!
>
> Thanks
> Richard
>
>