Results 1 to 3 of 3

Thread: Floating window over another window

  1. #1
    Jordan
    Guest

    Floating window over another window

    I used to have the code to do this but have since lost it and forgot how to do it!

    I want to have my app float ontop of another window such that when the other window loses focus and falls back, my window also falls back but is still floating on the window. Similarly, when the window is minimized, my window dissappears until the parent app is restored.

    I forget if I'm supposed to make my window a child of the window im following, or if I'm somehow supposed to apply ownership to the window im following.

    Any help is greatly appreciated!

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    VB Code:
    1. 'In Form1
    2. Form2.Show , Me

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    Jordan
    Guest
    One little edit... I meant for another window, not one of my own. I know that there is some way to perform the same thing on another app though...

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