Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to copy an form area to memory
Message
 
 
To
02/12/2000 03:16:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00448465
Message ID:
00448470
Views:
7
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
Previous
Reply
Map
View

Click here to load this message in the networking platform