Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I programatically select a Tab Page?

page programatically select Tab
0
Posted

How do I programatically select a Tab Page?

0

There are a couple of ways you could do select a tab page programmatically:

0

There are a couple of ways you could do select a tab page programmatically: [C#] //Select the second Tab Page this.tabControl.SelectedTab = this.tabPage2 or //Select Second Tab this.tabControl.SelectedIndex= 1; [VB.NET] ‘Select the second Tab Page Me.tabControl.SelectedTab = Me.tabPage2 or ‘Select Second Tab Me.tabControl.SelectedIndex= 1 DotNet News, Tutorial and Code samples : Listview Watermark in vb.NET Code adds a watermark to a listview using the LVBKIF_TYPE_WATERMARK fl…En savoir plus jeudi 06 aot 2009 | The Code Project Latest Articles Safe WinForms Databinding This article describes a very simple way to make WinForms databindings without the need to refer the datasource property names with magic string…En savoir plus mercredi 05 aot 2009 | The Code Project Latest Articles Glass Effect Extender Library for your Applications This library enables you to control the glass effect of Windows Vista and Windows…En savoir plus mercredi 05 aot 2009 | The Code Project Latest Articl

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.