Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot resize application in Foxpro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00176672
Message ID:
00176712
Vues:
26
Hi John,

>When users try to resize the screen using the button in the upper right hand corner, the application is minimized (?!!!). On some machines, the resize works fine. WHAT GIVES?

I suppose you mean the middle button, the one that restores the size of the window? Sometimes VFP resizes to a window that only contains the title bar. This might look like it's minimized, but actually you can resize that small window.

Does changing the Width and Height property of the application help, ie:

_SCREEN.Width = 300
_SCREEN.Height = 250
_SCREEN.Windowstate = 2

this maximizes the application, but should restore it to 300x250 when you click the restore button.

Christof
--
Christof
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform