Oct 21, 2002 #1 HowyD Programmer Joined Nov 27, 2001 Messages 12 Location DE Hallo, I want to disable (or make not visible) one Page on a tabControl but my settings via code did not apply. What can I do? Thanks Howie
Hallo, I want to disable (or make not visible) one Page on a tabControl but my settings via code did not apply. What can I do? Thanks Howie
Oct 21, 2002 #2 swiv Programmer Joined Sep 18, 2002 Messages 20 Location GB um...try visible="false" maybe that'll work... Upvote 0 Downvote
Oct 21, 2002 Thread starter #3 HowyD Programmer Joined Nov 27, 2001 Messages 12 Location DE Hallo swiv, I've tried everything tabPage.Visible = False tabPage.Enabled = False tabPage.Hide() but it didn't work!?! Upvote 0 Downvote
Hallo swiv, I've tried everything tabPage.Visible = False tabPage.Enabled = False tabPage.Hide() but it didn't work!?!