Computing.Net > Forums > Programming > How to enable & disable SSTab1

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

How to enable & disable SSTab1

Reply to Message Icon

Name: gardenair
Date: June 6, 2003 at 13:28:29 Pacific
OS: winxp
CPU/Ram: 900
Comment:

Iam using SSTab1 control in a form and in SSTab iam using four Text boxes to input my data. I want that till i do,t fill all of my four text boxes my tab2 sould be disable & when i all the text boxes are full with text then my second SSTab should be enable.
How can i control these two tabs to enable & disable it ..Thanksfor your kind guidence...



Sponsored Link
Ads by Google

Response Number 1
Name: kimchie
Date: June 7, 2003 at 11:03:20 Pacific
Reply:

Hi!
Where are you from.?

How many tabs are you using? I suggest that you group every object on a specific tab in a frame control.. to disable it on the Form_load event you set the name of the frame of the tab which you want to disable.
Ex. Private sub form_load()
frame1.enabled=true
frame2.enabled=false
. . . . . . .
i'll try the direct approach with it and give you the details later if you don't want to the frame thing.


0
Reply to Message Icon

Related Posts

See More


fork() function ASP Performance Testing



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: How to enable & disable SSTab1

How to do: Net Send Batch File www.computing.net/answers/programming/how-to-do-net-send-batch-file/18083.html

about regedit www.computing.net/answers/programming/about-regedit/19028.html

How to disable Windows errors in C www.computing.net/answers/programming/how-to-disable-windows-errors-in-c-/11257.html