Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen off Problem in VFP6
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00134400
Message ID:
00135617
Views:
38
Hi David
I'm Really sorry but it doesn't work. when i put back the screen=off in the config.fpw it gives me again the error Exception code = C00000005

In fact what i want to do is hide the main visual foxpro until my app is ready to show. So may be i can use the same technique we can use to make a splash screen. But my problem is i don't realy know the technique to make a splash screen

If you already made a splash screen
May be you can give me which technique you used

Thank's for all
Rocky Boy...


>Rock,
>
>There shouldn't be any special character in the message or the code, you can ignore it.
>
>I'd leave the screen=off in your config.fpw. Turning the screen "visible" off screen during the shutdown portion of your app is just a work around for the crash you are getting. I did forget one line in the code yesterday:
>
>
with _screen
>   .Top = -10000
>   .Left = -10000
>   .Height = 100
>   .Width = 100
>   .Visible = .t.
>endwith
>
>moving the _screen and then setting it visible should not make it appear on the monitor at all.
>
>>when i reply to your message i saw a caracter before the {with ... endwith} and i try to type it in my reply but it doesn't appear in the message so don't wory about the "i'm sorry what is this ..." the caractere that i type was not there
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform