ToolStrip control in VS 2005

T

trainersb

I am trying to use the ToolStrip control in Visual Studio 2005. I create a
C# Windows application & add a ToolStripContainer control to the form with
top, left, bottom & right panels visible. I have docked it to fill the form.
Next I add a ToolStrip control to tje top panel of the ToolStripContainer
control. I add a few items to the ToolStrip (it doesn't matter what these
items are). Finally I run the project. I can 'dock' the ToolStrip to any
of the edges of the form, but I cannot have it as a floating toolbar as a
mini window over the form. Is there any way of achieving this? It is a
common function in many applications & works within the VS 2005 development
environment with VS toolbars, so I would have thought that it would be
possible in a user application. Can anyone tell me how to get this
functionality please?

Thanks in advance

Simon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top