Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I determine Browse coordinats
Message
 
To
17/09/1998 02:58:39
Dmitry V.Glouzdov
LUKOIL (Nizhny Novgorod)
Nizhny Novgorod, Russia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00136071
Message ID:
00137729
Views:
18
>Thanks, George!
>
>>Hi Glouzdov,
>I`m sorry my name is Dmitry
>
>I have not used FOXTOOLS before. And I see it`s powerfull tools.
>Please, help:
> how can I use, for example, _WSize(WHANDLE wh, Point pt).
> In this function second param is a structure which VFP does not support?
> What can I do?

Hi Dmitry,

First of all, let me apologize. I don't know why I addressed you by your last name rather than first. Please forgive, it was rude of me.

Second, download my help file (under Coding, Syntax and Commands). The file has all the functions (up through the 5.0 version), including this one. The above syntax applies to the VFP API. _WSize() in foxtools takes the folloiwng:
* Sets the window to the number of columns and rows
llresult = _WSize(nWhandle, nCols, nRows)
* Sets the window to the number of horizontal and
* vertical pixels
llresult = _WSizeP(nWhandle, nHorzPix, nVertPix)
hth,
George

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

Click here to load this message in the networking platform