How to make a dynamic Toolbar like this: 
Author Message
 How to make a dynamic Toolbar like this:

Check for OnNcMouseMove and set a timer for some duration. In the timer
handler, show the toolbar. If the mouse goes out of toolbar or NC area or
whatever logic you want, hide the toolbar.

--
Ajay Kalra [MVP - VC++]


Quote:
> Hi,

> The attach flash file contains the screen shots.

> 1) Normally, ToolBar does not show. When mouse move to
> Menu area, it appears.

> 2) How to make a custum menu area like this?

> Thank you.

> Vincent.



Thu, 03 Nov 2005 13:31:34 GMT  
 How to make a dynamic Toolbar like this:


Fri, 19 Jun 1992 00:00:00 GMT  
 How to make a dynamic Toolbar like this:
But the interesting thing is when the View is maximized and
the toolbar shows , the toolbar overlaps the View. The toolbar
is not docking with the View.

Vincent


Quote:
> Check for OnNcMouseMove and set a timer for some duration. In the timer
> handler, show the toolbar. If the mouse goes out of toolbar or NC area or
> whatever logic you want, hide the toolbar.

> --
> Ajay Kalra [MVP - VC++]




Thu, 03 Nov 2005 14:13:50 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. COBOL making dynamic call to c function under OS/390

2. Making Dynamic libraries in C.

3. Q: making dynamic array

4. making dynamic array

5. Making a toolbar floatable and dockable in ATL

6. making a dockable Toolbar NOT Floating

7. Help! Making a toolbar-like application

8. Making a toolbar-like application

9. making CDialog object show in start toolbar

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

11. Making docking toolbars out of Modeless dialogs

12. Dynamic Toolbar items

 

 
Powered by phpBB® Forum Software