Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I determine Browse coordinats
Message
 
To
14/09/1998 07:07:15
Dmitry V.Glouzdov
LUKOIL (Nizhny Novgorod)
Nizhny Novgorod, Russia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00136071
Message ID:
00136149
Views:
20
>I use BROWSE LAST command without NAME argument (from Data Session window in VFP)
>How can I determine Browse coordinats after manipulations with it?

You can use the foxtools library to return this information. Assuming that you want the values in pixels:
* Modify this so that VFP can find the library
SET LIBRARY TO FOXTOOLS.FLL
* lctitle is the caption of the browse window
lnwhandle = _WFindTitl(lctitle)
* Top
lntop = _WTopp(lnwhandle)
* Left
lnleft = _WLeftp(lnwhandle)
You might be interested in downloading my Extended Foxtools Help file, in the Coding, Syntax and Commands section.

hth,
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform