Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Continuing where we left off. . . . shapes
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01042777
Message ID:
01042780
Views:
20
Grady,

Set your form's property:
* Set this, so you'll be able to scroll the image
ScrollBars = 3  && Both bars 
* Set this, so you'll be able to use pixels as measurement unit
ScaleMode = 3 && Pixels

* then you can 
with GETPEM(thisform,lcName)
   .Move(3,3) && the form name should to be unique
   .Visible = .t.
endwith
HTH
Dawa Tsering


"Do not let any unwholesome talk come out of your mouths,
but only what is helpful for building others up according to their needs,
that it may benefit those who listen."

- Ephesians 4:29-30 NIV

Dare to Question -- Care to Answer

Time is like water in a sponge, as long as you are willing you can always squeeze some.

--Lu Xun, Father of Modern Chinese Literature

Previous
Reply
Map
View

Click here to load this message in the networking platform