|
35LHQ: Some LEAD controls require an hWnd as a parameter. How do I get an hWnd in Visual FoxPro?
To get an hWnd in VFP, you will need to load the FOXTOOLS.FLL and call the MainHWnd() function in the library. For more information on this function, refer to the VFP help file or go to the Microsoft web site and see KB article Q108429 for an example.
|