Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Screen Resolution
Message
De
12/04/2003 07:24:36
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
11/04/2003 03:26:39
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00776467
Message ID:
00776902
Vues:
13
put form's scroolbars property to both,

in forms init section:

IF this.Top+this.Height>_screen.Height
this.Height=_screen.Height-this.top-50
ENDIF

IF this.Left+this.Width>_screen.Width
this.Width =_screen.Width-this.Left-50
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform