mfc >> Can you put an active x component on a floating toolbar

by Matt » Thu, 20 Nov 2003 18:35:48 GMT

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






mfc >> Can you put an active x component on a floating toolbar

by Matt » Tue, 25 Nov 2003 21:28:50 GMT


To answer my own question Yes you can. You use CDialogBar. see Knowledge
base article
http://support.microsoft.com/default.aspx?scid=http ://support.microsoft.com:
80/support/kb/articles/q185/6/72.asp&nowebcontent=1



Matt :)





to











to





Similar Threads

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

8. toolbar (active buttons)

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.