vb.net - Disable tab in .NET -


i cannot disable tab in vb.net tab container.

any 1 knows how disable tab :/

i want this:

enter image description here

i think need.

dim itotaltabs = me.tabcontrol1.tabcount()     dim x integer     x = 0 itotaltabs - 1         me.tabcontrol1.tabpages(x)             .enabled = false             if .name = "tabpage2" or .name = "tabpage4"                 .enabled = true             end if         end     next 

if not working feel free ask more.

regards.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -