Home All Groups Group Topic Archive Search About
Author
27 Oct 2006 12:56 AM
iwdu15
hi, im wondering if anyone else has had this problem. Whats going on, is
this: i have a tab control with 8 tab pages, each with about 10 controls.
Once and awhile, my ToolStrips will just randomly disappear from the designer
and runtime. I check the designer code, and the line

Me.tabFiles.Controls.Add(Me.tslFile)

is still there. however, the toolstrip doesnt show at runtime or design
time. if i click on the component picture on the bottom of the screen in
design time, the toolstrip is shown. once i click somewhere else, it
disappears again. this is driving me crazy and i havent found a way to fix
this except make a new toolstrip but then it happens all over again 10
minutes later!
--
-iwdu15

Author
27 Oct 2006 9:41 AM
Jordi Rico
Hi,

it's a known bug, read this:

http://support.microsoft.com/?scid=kb%3Ben-us%3B842706&x=9&y=16



iwdu15 ha escrito:

Show quoteHide quote
> hi, im wondering if anyone else has had this problem. Whats going on, is
> this: i have a tab control with 8 tab pages, each with about 10 controls.
> Once and awhile, my ToolStrips will just randomly disappear from the designer
> and runtime. I check the designer code, and the line
>
> Me.tabFiles.Controls.Add(Me.tslFile)
>
> is still there. however, the toolstrip doesnt show at runtime or design
> time. if i click on the component picture on the bottom of the screen in
> design time, the toolstrip is shown. once i click somewhere else, it
> disappears again. this is driving me crazy and i havent found a way to fix
> this except make a new toolstrip but then it happens all over again 10
> minutes later!
> --
> -iwdu15
Author
28 Oct 2006 4:47 AM
iwdu15
thanks....unfortunately i forgot to mention im using VB Express 2005 when it
happens....that article only says it for 2003. how can i fix this for the
2005 edition?
--
-iwdu15