A little problem, when i test the application load-- the sstab is out of whack. It has the last tab protruding out and semi-hiding the rest of the tabs.Once I click around the sstab--it goes to normal...any clues?
Let me explain, if you go to modify the form I'm assuming the last tab has the focus. Set the first tab to have the focus and run the application again.
Or else, programatically set the first tab to have the focus in the Form_Load procedure...
SSTab.tab = 0
This will set the focus on the first tab.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.