clefus
Nov 12th, 1999, 07:49 AM
After you are done with this "logo screen" or "splash screen" change the enabled property of the form.
frmlogo.enabled = false
Gimpster
Nov 12th, 1999, 11:16 AM
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
corneslen@hotmail.com
ICQ# 47799046