Hi,
I have an active x component that contains a set of buttons. What I want to
do is put these buttons on a floating toolbar. Can I do this?
Cheers
Matt
1. float to string to float, with first float == second float
2. How do I put my own icons into an IDE toolbar
Greetings! I want to create a toolbar for use during development with Visual C++ from Visual Studiio 6. When I click on a button in the toolbar, a macro I wrote will be executed. I can create the toolbar with no problem. I can drag the macro name into the toolbar. VS then asks me to select from a list of 37 canned icons to use for the button. None of the icons have any relationship to my macro. I would like to create my own macro and use it instead of the canned icon, but there's no way to browse for icons. It appears you're stuck with MS's 37. How do I get my own icon into a toolbar? Thanks very much! RobR
3. Where to put code to sync controls in toolbars and the document
4. how Can I put a Toolbar in a Dialog Based
5. How to put Bitmap Button on toolbar ?
6. Where to put code to sync controls in toolbars and the document
Hi all, I am developing a MDI application. The application has a lot of special controls in the various tool bars. These controls have to be synchronized with the document - when docuemnt loads, changes, or removes, these control has to change as well. I wonder what is the best place to put the sync code in?
7. Log files and cans of worms
Hello, I make a new app with a toolbar, and added two buttons, but it displayed as not active. I'm looking in the code where VC6 told to display as not active but I can't find it. I'm looking a book that tell that there's a macro for activating buttons, something like: Toolbar.Active(Toolbar1,1,on); //where the second parameter is the number of button to turn on or off. But I couldn't do it. Thanks.