|
-
Nov 12th, 1999, 08:49 AM
#1
Thread Starter
Junior Member
After you are done with this "logo screen" or "splash screen" change the enabled property of the form.
frmlogo.enabled = false
-
Nov 12th, 1999, 12:16 PM
#2
Hyperactive Member
I have an MDI form setup. One form (the logo form) is shown when the "parent" form is loaded. The logo form is simply meant to be in the background while all the other form are running, and they are meant to be on top of the logo form. However, my problem is this: if you have a form that fits inside the border of the logo form, and then you click the logo form, the other form disappears (because it gets moved behind the logo form). What I want to do is write some sort of code that will enable me to keep the logo form from getting the focus, thereby keeping the other forms from being hidden. How can I do this? (Oh, by the way, the logo form is very simple, it is a form with no border style, and then an image control that takes up the entire form. The image control is where the logo resides.) Thank you.
------------------
Ryan
[email protected]
ICQ# 47799046
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
|