06-10-2007, 07:39 PM
one toolbar purpose is to have a toolbar on rightclick min button
in triggerwindow.
actually for me it will be triggerd on left min when the window is on second
screen.
the concept is quite simple:
hide window and show dynamic toolbar with window icon (GetWindowIcon),
on click the toolbar will be closed and window restored.
so the toolbar has only one button ( if(i!=1) ) and moving is fine,
but now i need a way to execute code when there has been no
WM_MOUSEMOVE.
currently i try a lot without a solution.
and is there a way to have the qm_button at x y 0 0 ?
btw. could you please extend DynamicToolbar to accept an own path ?
i cloned the function, but it would be better to have this in system.
thanks
in triggerwindow.
actually for me it will be triggerd on left min when the window is on second
screen.
the concept is quite simple:
hide window and show dynamic toolbar with window icon (GetWindowIcon),
on click the toolbar will be closed and window restored.
so the toolbar has only one button ( if(i!=1) ) and moving is fine,
but now i need a way to execute code when there has been no
WM_MOUSEMOVE.
currently i try a lot without a solution.
and is there a way to have the qm_button at x y 0 0 ?
btw. could you please extend DynamicToolbar to accept an own path ?
i cloned the function, but it would be better to have this in system.
thanks
