arggg, thanks for the tip raceprouk, i read the MSDN 3 times and i skipped this line
quote:
The vt value governs the interpretation of the union as follows:
but whether i use VT_BSTR or VT_DISPATCH SendFile() returns a E_NOTIMPL error...
i am stuck here, i have even used IMessenger3 intrface instead of IMessenger and i still get this error.
yes (CyBeRDuDe)
the Off option is not done yet as i am still testing auto-hide feature.
also there is an option to force autohide if the window is not skinned, you should enable that one.
i am going to get into the off and individual timer for the menu, in some days, cause im studing for exams now...
about SetFocus() there are two cases i am considering...
1.
on mouse over the window it does not get a focus, so you can still work on the previous window, until mesenger closes automatically
so i cannot know when the window loses focus to close window immediatelly as requested before
2.
on mouse over the window it does get a focus, i probably can do the above, but when the window is hidden with the timer, the i don't know to which window to set the focus to, as when the window will close(slide back) it will still carry the focus...
which one do you prefer!!!