Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I reopen an SCX file.
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00151660
Message ID:
00152908
Views:
24
>>16 bit limitation, perhaps?
>
>No, just that a FLL function is treated like a FoxPro function, calling it is even as slow. *g* In FP 2.x there were only 10 significant characters possible, since VFP 3 we have 128. The same applies to the FLL.

I'd wondered about that. For some reason, I never thought about the 10 character limitation. Thanks.

>>It returns the absolute coordinates (left, right, top, bottom) of a form in relation to the Windows desktop, rather than in relation to the main FP window.
>
>Now, that sounds usefull. I've used WIN API function, but that would make it easier. :) Thanks.
>
Well, all you have to do pass the hWnd rather than the whandle and the coordinates, like this:
= _GetWRect(hWnd, @nTop, @nLeft, @nBottom, @nRight)
George

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

Click here to load this message in the networking platform