Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to copy an form area to memory
Message
 
 
À
02/12/2000 03:16:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00448465
Message ID:
00448470
Vues:
9
Martin, it's me again!

For windows look and feel try this, either build this into form or timer control or display real form over this code. (hint: use timer object to control explode/implode speed)

local oForm
oForm = createObj("form")
oForm.height = 2
oForm.width = 6

for i = 1 to 30
oForm.height = i*10
oForm.width = i*30
oform.autoCenter = .t.
oform.show
next i
read events && just for demo

good night!
-michael

My brain hurt like a warehouse, it had no room to spare, I had to cram so many things to store everthing in there. - David Bowie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform