Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Relative position
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01354193
Message ID:
01354305
Views:
16
Any thoughts on how I get the actual vertical offset of this Ax control?
lnTop = OBJTOCLIENT( Thisform, 1 ) + OBJTOCLIENT( toControl, 1 ) + toControl.Height + ;
                IIF( Thisform.TitleBar = 1, SYSMETRIC( 9 ) + 2, 2 )
lnLeft = OBJTOCLIENT( Thisform, 2 ) + OBJTOCLIENT( toControl, 2 )
Previous
Reply
Map
View

Click here to load this message in the networking platform