Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What may restrict form size
Message
 
 
To
23/03/2003 21:53:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00769099
Message ID:
00769105
Views:
20
Michael,

What you see is a bug in VFP. At runtime you can get around it by setting Min properties to -1
oform.MinWidth = -1
oform.MinHeight = -1


>Placing a vertical strip image to the right border of my form I want my form look like a thin vertical strip after clicking on this image ( Sort of panel collapsion to the left/expansion to the right which we can see in Netscape Navigator. )
>The thing is even in designer you are not allowed to have the form with the width less than 115 pixels ( main reason seems to be to feet icon,min/max/close buttons... ) Making all this false doesn't change the imposed limit. Am I missing something ? If not, is there way to create something like this in VFP ?
>
>
>
>maximized
>--------------|
>| my form  |  |
>|          |<-|
>|-------------|
>
>minimized
>
>|  |
>|  |
>|->|
>|  |
>
>
>
>Thanks
>Michael
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform