Help! Making a toolbar-like application 
Author Message
 Help! Making a toolbar-like application

Is it possible to create an application whose window behaves like that
of the Microsoft Office toolbar?  I mean:

-- It can be 'docked' along the margin, or brought into the center as a
rectangular window.

-- There is a 'Properties' window that can set Auto-Hide, Always on Top,
etc.

-- The buttons shown, or their labels, will adapt to the current size of
the window.

-- The buttons can be ActiveX controls imported from a third-party
toolkit.

I'm quite new to Windows GUI programming (though I have plenty of C++).
Any suggestions as to where this is covered in the MSDN documentation
would be welcome.  The system is NT 4.0  with VC++ 6..




Sun, 25 Aug 2002 03:00:00 GMT  
 Help! Making a toolbar-like application
Bob!

Secon time I answer your question: check 'appbar' (especially the example
AppBar) in the online help.

Johan Rosengren
Responsable Informatique
PACTA S.A.



Quote:
> Is it possible to create an application whose window behaves like that
> of the Microsoft Office toolbar?  I mean:

> -- It can be 'docked' along the margin, or brought into the center as a
> rectangular window.

> -- There is a 'Properties' window that can set Auto-Hide, Always on Top,
> etc.

> -- The buttons shown, or their labels, will adapt to the current size of
> the window.

> -- The buttons can be ActiveX controls imported from a third-party
> toolkit.

> I'm quite new to Windows GUI programming (though I have plenty of C++).
> Any suggestions as to where this is covered in the MSDN documentation
> would be welcome.  The system is NT 4.0  with VC++ 6..





Sun, 25 Aug 2002 03:00:00 GMT  
 Help! Making a toolbar-like application
There is also an AppBar class CAppBar on codeguru  www.codeguru.com
Quote:

> Bob!

> Secon time I answer your question: check 'appbar' (especially the example
> AppBar) in the online help.

> Johan Rosengren
> Responsable Informatique
> PACTA S.A.



> > Is it possible to create an application whose window behaves like that
> > of the Microsoft Office toolbar?  I mean:

> > -- It can be 'docked' along the margin, or brought into the center as a
> > rectangular window.

> > -- There is a 'Properties' window that can set Auto-Hide, Always on Top,
> > etc.

> > -- The buttons shown, or their labels, will adapt to the current size of
> > the window.

> > -- The buttons can be ActiveX controls imported from a third-party
> > toolkit.

> > I'm quite new to Windows GUI programming (though I have plenty of C++).
> > Any suggestions as to where this is covered in the MSDN documentation
> > would be welcome.  The system is NT 4.0  with VC++ 6..





Mon, 26 Aug 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Making a toolbar-like application

2. Making Application Foreground Help!

3. Doubly liked lists...HELP PLEASE

4. Doubly liked lists...HELP PLEASE

5. Making a C application and a Java application use the same dll instance

6. Application Desktop Toolbars - Help ?!??

7. HELP: docking toolbar & single dialog application

8. Application Desktop Toolbars - Help ?!??

9. Making a toolbar floatable and dockable in ATL

10. making a dockable Toolbar NOT Floating

11. making CDialog object show in start toolbar

12. Making my apps VC 4.2 toolbars look like in VC 5

 

 
Powered by phpBB® Forum Software