Visual Studio keeps wont keep toolstrips visible, why!

  • Thread starter Thread starter John Sheppard
  • Start date Start date
J

John Sheppard

Hello there,

I have a form that has a few toolstrip on them. For some reason it wont
store the visible propery to anything other than false.

I can set them to visible at run time, but design time it just refuses to go
visible....what gives? :(

Thanks for any ideas
John Sheppard
 
John Sheppard said:
Hello there,

I have a form that has a few toolstrip on them. For some reason it wont
store the visible propery to anything other than false.

I can set them to visible at run time, but design time it just refuses to
go visible....what gives? :(

Thanks for any ideas
John Sheppard

I'm making some inferences here.
Which version of Visual Studio are your using?
From your use of "form", I infer that you are developing a VB Windows Form
solution.
In Visual Studio 2008, Professional Edition, I am unable to reproduce your
problem. I created a VB Windows project and placed four instances of
ToolStrip on it, three populated with controls, one empty. All four
ToolStrip instances are visible at design time ant at run time by default.
So, please provide more details about the project in question and tell what
version/edition of VS you are using.
 
Back
Top