|
-
Oct 4th, 2007, 03:41 PM
#1
Thread Starter
Lively Member
[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. 
-
Oct 4th, 2007, 03:43 PM
#2
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.
-
Oct 4th, 2007, 03:44 PM
#3
Thread Starter
Lively Member
Re: [2005] Quick Question-About box
Thank you mate,
Works perfectly!
/rates
Kankerflecken. 
-
Oct 4th, 2007, 03:46 PM
#4
Addicted Member
Re: [RESOLVED] [2005] Quick Question-About box
well you can set the about form property "topMost" = true, on the properties pane
-
Oct 4th, 2007, 03:50 PM
#5
Re: [RESOLVED] [2005] Quick Question-About box
 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|