Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I determine Browse coordinats
Message
 
À
17/09/1998 02:58:39
Dmitry V.Glouzdov
LUKOIL (Nizhny Novgorod)
Nizhny Novgorod, Russie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00136071
Message ID:
00137729
Vues:
19
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform