Results 1 to 5 of 5

Thread: [RESOLVED] [2005] Quick Question-About box

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2007
    Location
    Tamworth, UK
    Posts
    82

    Resolved [RESOLVED] [2005] Quick Question-About box

    for a project i'm doing, i want to create an(well i have) about form
    how can i do it so that the about form is the most top form and you cannot click on the main form until you've closed the about form?

    Any ideas?
    Kankerflecken.

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [2005] Quick Question-About box

    If you open the form (about box) using ShowDialog instead of Show, it will behave just like you want too.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 2007
    Location
    Tamworth, UK
    Posts
    82

    Re: [2005] Quick Question-About box

    Thank you mate,
    Works perfectly!
    /rates
    Kankerflecken.

  4. #4
    Addicted Member
    Join Date
    Sep 2007
    Location
    Right behind you
    Posts
    170

    Re: [RESOLVED] [2005] Quick Question-About box

    well you can set the about form property "topMost" = true, on the properties pane

  5. #5
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [RESOLVED] [2005] Quick Question-About box

    Quote Originally Posted by winsrp
    well you can set the about form property "topMost" = true, on the properties pane
    That will only keep the form on top, the user will still be able to click on the form behind.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

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