Results 1 to 3 of 3

Thread: BACKGROUND FORM

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Exclamation

    Hi,

    Anyone has an idea about how to force a Form
    to remain behind all other Forms (i.e. a
    background Form).

    I tried vbModal and Zorder, but didn't work.

    Thank you
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

  2. #2
    Fanatic Member Mad Compie's Avatar
    Join Date
    Aug 2000
    Location
    Kuurne (Belgium)
    Posts
    553
    Sure, if Form1 is the root form, always use the vbModal keyword to open new forms. This disables Form1 and lets the other forms be the topmost forms.
    You can also experiment with the SetWindowPos API.

  3. #3
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Behind all forms of your project or behind all windows as the desktop does? If so you need to subclass your form... you can ask me, I've got the code (but no time at the moment)

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