News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Docking-Floating Windows (new version)

Started by Manos, December 21, 2004, 07:08:08 AM

Previous topic - Next topic

lamer

And what if I have corresponding toolbar buttons?
They are always visible in contrast to menu:bg

Manos

You can implement an OnIdle procedure that will do
the same work as WM_INITMENUPOPUP.

Manos.

lamer

Quote from: Manos on June 10, 2005, 06:24:21 PM
You can implement an OnIdle procedure
Sorry?
I am just a lamer :bdg
What is OnIdle procedure?
Do you mean Timer or something like that?

Manos

You can call PeekMessage in the Message Loop of your application.
But,because I am very busy you can ask in forum for details.

Manos.

Manos

I rewritten the old DockWnd.dll as a Static Library because there are some problems between different threads
and it is just like Visual Studio 6.0 in the appearance.
Using Static Library, you can include this in your projects.
You can use this library in Assembly and C/C++ projects. Therefor, I have included two files.
One named DockWnd.inc for Assembly projects and another named DockWnd.h for C/C++ projects.
This Control is easy to use for any type application and it is accompanied with an Application to understand its usage.

Manos.