Floating Toolbar

S

Simon McCabe

Hi All,

Has anyone come across a floating toolbar for .NET that does not come from a
third party vendor?
I have searched the net, but have come across nothing useable!

Regards,
Simon McCabe.
 
T

Telmo Sampaio

Simon,

Consider using a regular form with its FormBorderStyle set to
FixedToolWindow and add a tool bar t the frm. Use it as a child form for
your main form. You can also control it to look like a regular toolbar by
changing its ForBorderStyle to none and Dockig it to the top.

Telmo Sampaio
 

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

Top