dbasnett Posted May 18, 2005 Posted May 18, 2005 Using VB 2003 I have a tab control that sometimes draws the pages in a different order than what is shown and listed in the development environment. If I exit and start visual studio the problem goes away. Quote
AlexCode Posted May 24, 2005 Posted May 24, 2005 That is a known issue of the TabControl... To ensure that that behavior goes away you must add the tabs (Clear the tabs collection of the tab control and re-add them on the desired order) at run-time on the contructor or Load of the form. Alex :p Quote Software bugs are impossible to detect by anybody except the end user.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.