The information in this article applies to:
SUMMARYVisual FoxPro provides eight new API routines that allow you to manipulate Visual FoxPro objects and controls. In addition, the Value structure defined in the Library Construction Kit (LCK) has been expanded to use object references. This article gives an example showing how to pass and receive object references within an LCK routine. MORE INFORMATIONThe following C code illustrates how to use one of the new API routines, which requires an object reference (_WGetObjectClientWindow) and returns a handle to the window containing the passed object. The LCK routine clears the command button from the window to verify that the program is working as expected. FoxPro Code
C Code
REFERENCESFor more information about building FLLs for Visual FoxPro, please see the following articles in the Microsoft Knowledge Base: Q135709 PRB: Visual C++ Link Error LNK2001: unresolved external symbol Q137059 DOCERR: Missing Visual C/C++ "Multithreaded Using DLL" Setting Additional query words: VFoxWin
Keywords : kbcode FxtoolLck |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |