-
tab pages
Ok so I went ahead and wrote this application and used a tab contol with tab pages. S o what I planned to do was to make certain tab pages visible to only certain users, but since theres no visible property I cant do that. Any other ideas on how to make tab pages "restricted"?
-
Since there are no visible property, your best bet would be to add and remove the tabpages at runtime.
-
use more tab contols and then make only one visible for specific user
-
You could probably even design the tab pages like normal and then just add and remove them from the tabcontrol at runtime. then they will be there but not visible (since they aren't on any visible container). I haven't tried this but it should work.