How to make a floating toolbar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm a completely new for VC++.NET programming. I made a MDI application with
a toolbar on parent form, but I can't move the toolbar at run time. It seems
moveable toolbar is called floating toolbar. I wonder how to make a floating
toolbar with VC++.NET managed C++ instead of MFC?

Thanks in advance.

Bin
 
The toolbar that comes with .NET 1.1 cannot be floated and moved around as
you need. You need to either create your own, buy a third party control
library or use a free offering. You could try looking at CodeProject.com and
see if they have something there.

Phil Wright
Follow my C# component microISV startup at...
http://componentfactory.blogspot.com
 

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

Back
Top