Bene
Bene

Reputation: 21

Is it possible through the Windows API to place a window on top of jump list windows?

I'd like to develop kind of an assistant which places message windows on the screen, e.g. to guide a user where to click. I'd therefore want to put such a message window on top (regarding z-order) of jump lists (e.g. to demonstrate a mouse-click on 'Open New Window' within the Firefox taskbar menu).

Is there a way to do this?

I tried several Windows functions, such as SetForegroundWindow, SetActiveWindow and SetWindowPos, but didn't succeed so far.

Upvotes: 2

Views: 138

Answers (0)

Related Questions