by Dale Arends <dalearendssafe@[EMAIL PROTECTED]
>
Jun 9, 2007 at 11:38 PM
Aaron Ballman <aaron@[EMAIL PROTECTED]
> wrote in
news:1181426651.921550.109130@[EMAIL PROTECTED]
>> I have a TabPanel with 5 tabs. Is there a way to dynamically hide
>> the last tab at runtime? I want to have it visible while in the IDE
>> but hide it when he app runs standalone.
>
> Just remove it by using TabPanel.Remove( x )
>
> ~Aaron
>
>
Can't do that. It has some controls that I need while the program is
running. I just don't want the tabPanel visible.
- Dale