Tab control issue
-
hi guys i am working in dot net 1.1, i am using tab controls in my applications , there are multiple tab pages on that each tab control. i want to disable some of them tabcontrols upon my business logic,but i cannot do that unless it only disables the controls on that particular tab page, but i want the user not able to enter into that tab page,how to to that ? thanks in advance
hello
-
hi guys i am working in dot net 1.1, i am using tab controls in my applications , there are multiple tab pages on that each tab control. i want to disable some of them tabcontrols upon my business logic,but i cannot do that unless it only disables the controls on that particular tab page, but i want the user not able to enter into that tab page,how to to that ? thanks in advance
hello
I don't thnk you can. You can remove tab pages, but not disable them.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I don't thnk you can. You can remove tab pages, but not disable them.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
either inherit the control or handle this scenario in TabIndexChanged event.
Salman Sheikh