-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have this Windows Forms application where it sits in the notification area. Clicking on the icon brings it up front, clicking it again (or clicking on the app X icon) sends it back. This is the type of app that having the window always on top is important when it's displayed by clicking the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am developing an application based on OptiTrack SDK (from NaturalPoint). I need to run the application window as "Always on Top". The window is designed in XAML and is controled in the class "CameraView" but it does not seem to include a "TopMost" property or equivalent. Attached are the code of…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I will first explain why I need it, because I anticipate that the first response will be "Why do you need it?". I want to detect when the mouse cursor is on an edge of the screen and I don't want to use hooks. Hence, I created one pixel wide TOPMOST invisible window.
I am using C++ on Win XP, so…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a parent form, with some child windows (not forms - just windows, for example label controls) inside it. Under certain circumstances, I want one of those child windows to be drawn "above" the others, to display a message over the entire main form.
I've tried setting HWND_TOPMOST and HWND_TOP…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can I get the topmost iframe which is in the same domain, i.e.
iframe level 1 example.org
iframe level 2 example.org
iframe level 2 example.org
iframe level 3 example.org <-- would give me iframe level 1
iframe level 1 other-example.org
iframe level 2 example.org
…
>>> More