G Guest Sep 18, 2005 #1 hi, is there a way to make toolbars float in their own windows like in ms office? thanx
N news Sep 18, 2005 #2 Hi Alvo, Yes, create seperate forms for each toolbar. Then use :- myToolBar.show (); to display it and :- myToolBar.hide (); to close it. You can also open it with myToolBar.showDialog () if you want to limit the users input to the form. Hope that helps Todd.
Hi Alvo, Yes, create seperate forms for each toolbar. Then use :- myToolBar.show (); to display it and :- myToolBar.hide (); to close it. You can also open it with myToolBar.showDialog () if you want to limit the users input to the form. Hope that helps Todd.