Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to copy an form area to memory
Message
From
02/12/2000 03:16:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
How to copy an form area to memory
Miscellaneous
Thread ID:
00448465
Message ID:
00448465
Views:
59
Hi readers:
Does anyone knows how to copy a rectangle from an active form into memory and recover it later.

I'm trying to animate an splash form using the form width and height properties and the resize method but the result it's not very impressive but slower and fuzzy.

Here my Activate code:
for i = 1 to 10
this.height = i*10
this.width = i*10
endfor

Resize method
this.refresh.

Any suggestion is wellcome!

Thanks in advance
Martin Alcaraz
malcaraz@rtn.uson.mx
Next
Reply
Map
View

Click here to load this message in the networking platform