|
-
Nov 15th, 2006, 06:14 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Make a window float over the main app
I have a search form that isn't a MDI child, and I'd like it to float over the MDI.
I saw a piece of code for it long time ago which I'm not able to find again... although when I tried it long time ago it always made my program to crash.
I thought of making the form to stay always on top, but then if I set the MDI always on top the search form won't, and if I swap their priorities the MDI won't either.
Does anyone know how to solve this? Thanks in advance.
-
Nov 15th, 2006, 06:20 AM
#2
Re: Make a window float over the main app
Can you clarify the float over the MDI part?
-
Nov 15th, 2006, 07:09 AM
#3
Thread Starter
Addicted Member
Re: Make a window float over the main app
 Originally Posted by gavio
Can you clarify the float over the MDI part?
Well, what I mean is I'd like to have a form that stays always on top of the MDI, without being in vbModal mode, and preferablely just on top of my app, so if I swap to another program that form isn't shown.
-
Nov 15th, 2006, 06:58 PM
#4
Thread Starter
Addicted Member
Re: Make a window float over the main app
Well, after struggling with this for several hours, trying different APIs, etc I managed to get this working as I wanted... at the end the solution turned out to be a bit stupid...
Marked thread as resolved...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|