|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Enabling / Disabling Tab PagesI have tab control which has some TabPages. I want to enable or disable the
tabpages based on some condition. It is possible to that. Thanks in advance. Vignesh wrote:
> I have tab control which has some TabPages. I want to enable or disable the Do you want the tab to noot show up at all? Turn Grey? What are you > tabpages based on some condition. It is possible to that. > > Thanks in advance. looking for? Chris Hi,
The tab pages should show up(Visible), but disabled. i want the way it works in VB 6.0. tab control. Show quoteHide quote "Chris" wrote: > Vignesh wrote: > > I have tab control which has some TabPages. I want to enable or disable the > > tabpages based on some condition. It is possible to that. > > > > Thanks in advance. > > Do you want the tab to noot show up at all? Turn Grey? What are you > looking for? > > Chris > "Vignesh" <Vign***@discussions.microsoft.com> schrieb: Disabling tabpages was not supported by VB6' TabStrip control.> The tab pages should show up(Visible), but disabled. i want the way it > works > in VB 6.0. tab control. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Hi,
In SSTab we can individually enable or disable the tabpages. I want way it works. Suppose i have button and tabcontrol( has 3 tab pages) in form. On click of the button i want make the tab page 2 to be disbabled. Sample Code: Private Sub Command1_Click() SSTab1.TabEnabled(1) = False End Sub Thanks Vignesh Show quoteHide quote "Herfried K. Wagner [MVP]" wrote: > "Vignesh" <Vign***@discussions.microsoft.com> schrieb: > > The tab pages should show up(Visible), but disabled. i want the way it > > works > > in VB 6.0. tab control. > > Disabling tabpages was not supported by VB6' TabStrip control. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> > > "Vignesh" <Vign***@discussions.microsoft.com> schrieb: ACK, but .NET's TabControl control bases on the same Win32 control VB6' > In SSTab we can individually enable or disable the tabpages. I want way it > works. > Suppose i have button and tabcontrol( has 3 tab pages) in form. On click > of > the button i want make the tab page 2 to be disbabled. TabStrip control does. SSTab isn't based on this control. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> "Vignesh" <Vign***@discussions.microsoft.com> wrote in message What do you mean by disabling?news:7BA5816C-8D62-4820-9586-1050862870A6@microsoft.com... >I have tab control which has some TabPages. I want to enable or disable the > tabpages based on some condition. It is possible to that. Vignesh,
EveryThing you want to know about Tabpages and its strange behaviour. http://dotnetrix.co.uk/tabcontrols.html I hope this helps, Cor Show quoteHide quote "Vignesh" <Vign***@discussions.microsoft.com> schreef in bericht news:7BA5816C-8D62-4820-9586-1050862870A6@microsoft.com... >I have tab control which has some TabPages. I want to enable or disable the > tabpages based on some condition. It is possible to that. > > Thanks in advance.
String builder (Parsing vertically presented records)
Programming for Touch Screens Converted code Bug with VS.NET inheriting from a control I'm perplexed with simple ADO.NET - Access DB Access - Please Help Edit and Continue?? VS2005 VB6 to VB.Net - Using X1,X2,Y1,Y2 in .Net Urgent: VB.NET Code to Change Excel Worksheet Header/Footer need help with regular expression how to load a .csv file to a temporary table in sql 2000 |
|||||||||||||||||||||||