Results 1 to 4 of 4

Thread: [RESOLVED] Make a window float over the main app

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Posts
    160

    Resolved [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.

  2. #2

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Posts
    160

    Re: Make a window float over the main app

    Quote 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.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Posts
    160

    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
  •  



Click Here to Expand Forum to Full Width