Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scroll Me Away
Message
De
04/04/2002 15:50:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Scroll Me Away
Divers
Thread ID:
00641083
Message ID:
00641083
Vues:
44
just to continue to bug all you guys out there - here is an example of what i would like to at least happen:




PUBLIC oTEST
oTEST = CREATEOBJECT('Form1')
oTEST.Visible = .T.

***********************************************************************
DEFINE CLASS FORM1 AS FORM
CAPTION='Form Ken'
AUTOCENTER = .T.
WIDTH = 220
HEIGHT = 200
BACKCOLOR = RGB(223,132,132)
SCROLLBARS = 2 && !!!!!!!
ADD OBJECT oKEN AS KEN_EDIT
ENDDEFINE

***********************************************************************
DEFINE CLASS KEN_EDIT AS EDITBOX
WIDTH = 200
HEIGHT = 2000
BACKCOLOR = RGB(123,232,232)
ENDDEFINE


i would like the form to have a scrollbar - and i try to set it there - but no luck. any ideas ?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform