Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > disable tabpage
 

disable tabpage

How can i disable the tabpage? Disabling the tabcontrol affects all tabpages. I'm using VS2005-VB.Net
Grecko  Wednesday, October 07, 2009 9:01 AM
Disabling a single tab page is not possible in .net. You can only remove pages from the collection in order to "disable" them or you place all controls on a panel inside the tabs and disable the panels. the latter one is easy to implement but does not block users from viewing the content of the page.
Christoph Wagner  Wednesday, October 07, 2009 9:13 AM
Disabling a single tab page is not possible in .net. You can only remove pages from the collection in order to "disable" them or you place all controls on a panel inside the tabs and disable the panels. the latter one is easy to implement but does not block users from viewing the content of the page.
Christoph Wagner  Wednesday, October 07, 2009 9:13 AM

You can use google to search for other answers

Custom Search

More Threads

• you can't add or change arecord because a related record required in parent table !!
• updating datagridview
• Datagrid - Add Handler
• Still dizzing about validating DataGridView Control...
• How to automate typed dataset generation
• where i can find the data form wizard in visual basic 2005
• Access or SQL Server?
• Retrieve index value for Listbox
• How to remove specific Item from ListView
• updating a combobox