3
votes
1answer
226 views
Always-in-front dialogs
Is there a way to create a modeless dialog box in C++ MFC which always stays on top of the other windows in the application? I'm thinking sort of like the Find dialog in Visual Studio 2005 - where it …
1
vote
2answers
612 views
How to make an MDI child window stay on top of its siblings?
This question is related to my previous one.
I have an MFC (VC6) MDI Application which has several MDI child windows acting as different views for one document.
Is it possible to set one of those …
1
vote
2answers
154 views
User-Interface: Best way to toggle MDI frame’s on-top status?
I maintain an MFC (VC6) MDI application that uses Frame Windows as views for a document. There is only one document at a time but there are several MDI-Frames each with a different view of the …
0
votes
2answers
199 views
How to make python window run as “Always On Top”?
I am running a little program in python that launches a small window that needs to stay on top of all the other windows. I believe this is OS specific, how is it done in GNU-Linux with GNOME?
[Update …
0
votes
1answer
67 views
Minimizable JFrame that stays on top of main application window.
My apps pops up a dialog. Users usually want to switch back and forth between this dialog and the application window for a period of time. I want this dialog to stay on top, so that it doesn't get …
0
votes
3answers
148 views
Prevent Process ‘A’ from spawning Process ‘B’ which then shows up on top of what should be the “TopMost” Process ‘C’
I have a windows form application which needs to be the TopMost. I've set my form to be the TopMost and my application works as I'd like it to except for in one case.
There is a 3rd party …
0
votes
6answers
1k views
<div> layer on top of PDF.
So, the problem I face is like this:
I have a layer, which it will be placed on top of a pdf on the page. The PDF is either using to embed, or iframe to include it. However, CSS style doesn't apply …
