Results 1 to 8 of 8

Thread: [Help] How to dim screen but exclude form

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2009
    Posts
    20

    [Help] How to dim screen but exclude form

    I was just wondering if there is a way to dim the screen and show a form which is not dimmed (eg. Vista/7 UAC prompts)? If so, how would i be able to it?

  2. #2
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: [Help] How to dim screen but exclude form

    Never thought how to do that...

    But you can try to create a fullscreen form without borders with opacity at 50% for example, and put a normal form in top of this...

    Rate People That Helped You
    Mark Thread Resolved When Resolved

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2009
    Posts
    20

    Re: [Help] How to dim screen but exclude form

    Just what i was thinking..

    If anyone has a more practical way of doing this, please post.

  4. #4
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,424

    Re: [Help] How to dim screen but exclude form

    try this

  5. #5
    PowerPoster boops boops's Avatar
    Join Date
    Nov 2008
    Location
    Holland/France
    Posts
    3,201

    Re: [Help] How to dim screen but exclude form

    There's nothing impractical about mickey_pt's way of doing it. There's only one detail I would add: set the top form's Owner property to the fullscreen form. Then it will work perfectly.

    bye, BB

  6. #6
    Lively Member
    Join Date
    Sep 2009
    Location
    Florida
    Posts
    75

    Re: [Help] How to dim screen but exclude form

    You guys have some cool stuff ... I'm impressed!

    There's nothing like having so many minds working on a single problem, and coming up with multiple solutions and/or improvements.

    I'm glad I found this forum ... I've been programming for over 40 years, and still have a lot to learn!
    "The most important quality a programmer must have is persistence."

  7. #7
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: [Help] How to dim screen but exclude form

    Quote Originally Posted by OldProgrammer View Post
    You guys have some cool stuff ... I'm impressed!

    There's nothing like having so many minds working on a single problem, and coming up with multiple solutions and/or improvements.

    I'm glad I found this forum ... I've been programming for over 40 years, and still have a lot to learn!
    This (2009) is my 40th year also. My first computer didn't even have a disk or tape drive, all cards. It seems that the only thing I have truly learned in all that time is that I don't know much.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  8. #8
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: [Help] How to dim screen but exclude form

    I'm a little kid here

    Only start real programming 4 years... and it's obvious that i have to much to learn...

    Rate People That Helped You
    Mark Thread Resolved When 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