G
Guest
It appears that the multiline and border properties of a tab control in the IDE on Visual Studio .Net 2003 are broken.
I wanted to set the multiline property of my tab control to true to enable multiple tabs but when I did my project would abort when I tried to run it.
I tried the same thing under Visual Studio 6 and it worked fine so I copied the working project to .Net 2003, compiled it and it also works ok but when I checked the properties of the tab control thru the IDE the multiline property was still false but the border property was now true.
So. it appears that you on .Net 2003 you have to use the border property to set the the multiline property.
Is anyone else seeing this problem?
Cliff
I wanted to set the multiline property of my tab control to true to enable multiple tabs but when I did my project would abort when I tried to run it.
I tried the same thing under Visual Studio 6 and it worked fine so I copied the working project to .Net 2003, compiled it and it also works ok but when I checked the properties of the tab control thru the IDE the multiline property was still false but the border property was now true.
So. it appears that you on .Net 2003 you have to use the border property to set the the multiline property.
Is anyone else seeing this problem?
Cliff