Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form TitleBar Disappears On Vista
Message
From
20/12/2007 13:50:07
 
 
To
19/12/2007 22:30:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01276335
Message ID:
01276869
Views:
58
check this out:

http://my.advisor.com/doc/18897?open&p=6&pid=ztmsvf

or

http://www.west-wind.com/wconnect/weblog/ShowEntry.blog?id=597


What I did, in the init event of my form class I added:

this.MaxHeight=this.Height
this.MinHeight=this.Height
this.MaxWidth=this.Width
this.MinWidth=this.Width


also the Borderstyle property set it to 3 - Sizable

do not forget, if you have code in the init event of every form to type DODEFAULT() first
Previous
Reply
Map
View

Click here to load this message in the networking platform