Hello, sorry for my english. I'm from Italy.
There's some way to runtime-hide the Properties window? Every time that I
run my application the properties window automatically brings to front and
hide good part of the form that is running.
Thanks all, Bye.
You can hide it programmatically:
HIDE WINDOW "Properties"

Signature
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
> Hello, sorry for my english. I'm from Italy.
> There's some way to runtime-hide the Properties window? Every time that I
> run my application the properties window automatically brings to front and
> hide good part of the form that is running.
>
> Thanks all, Bye.
Wild Bill - 07 Apr 2005 09:26 GMT
Yes, it was so easy that I did not think that....
Thank You!
> You can hide it programmatically:
> HIDE WINDOW "Properties"
[quoted text clipped - 4 lines]
> >
> > Thanks all, Bye.