Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display Window
Message
From
28/09/1998 22:32:05
 
 
To
28/09/1998 21:24:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00141713
Message ID:
00141741
Views:
21
>I'm fairly new to VFP so I hope this doesn't sound too much like a dumb question. Is there a way to create a "display" type window (ie. initial opening window when an executable program first starts up) where ther is no title bar and the form can be released internally after a predetermined "wait" period?
>
>Thanks in advance!

In VFP6.0 there is a spash screen class you can use.

In VFP 5.0 you must set several properties to make the title bar go away.
Caption = ""
Closeable = .F.
MinButton = .F.
MaxButton = .F.
Moveable = .F.
ControlBox = .F.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform