Making Mouse Pointer Visible When Debug .FLL in Visual C++ID: Q116318 The information in this article applies to:
SUMMARYWhen you are attempting to debug a .FLL file, the mouse pointer will disappear while the debugger is active. Furthermore, when a Windows dialog box is used, the mouse will be disabled.
MORE INFORMATIONTo avoid this problem, add the Windows ShowCursor() function to the .FLL file. You can also use this technique to make the mouse active when calling Windows dialog boxes. The following example calls the Windows Printer dialog box and makes it modal to Foxpro by passing the handle to the FoxPro window through the MainHwnd() function found in FOXTOOLS.FLL.
Sample CodeFoxPro Code:
C Code:
REFERENCESFoxPro Library Construction Kit "Developer's Guide," version 2.5 Additional reference words: FoxWin 2.50 2.60 API KBCategory: kbinterop kbtool kbprg kbcode KBSubcategory: FxprgFoxtools |
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |