PRB: Animated Mouse Cursor Does Not Work in .exe File

Last reviewed: February 23, 1998
Article ID: Q157727
5.00 WINDOWS kbtool kbprb

The information in this article applies to:

  • Microsoft Visual FoxPro for Windows, version 5.0, 5.0a

SYMPTOMS

An animated mouse cursor (pointer) used in a form in an application works only in the development environment. The animated mouse cursor (pointer) shows up as regular mouse cursor (pointer) instead at run time (in an .exe file).

NOTE: In Visual FoxPro 5.0a, using a .cur file also produces the same behavior. Visual FoxPro 5.0a Service Pack 2 allows a .cur file to be used properly.

STATUS

Microsoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.

WORKAROUND

An animated mouse cursor will not show up properly in an .exe, however, if you assign an .ico or .cur file to the MouseIcon property, the animated mouse cursor will work.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a new form as mPointer.scx.

  2. Set the MouseIcon property of the form to some animated cursor (for example, Cursor.ani).

  3. Set the MousePointer property of the form to "99-Custom."

  4. Add a command button to the form, and in the click method of the form, put in the following code:

          RELEASE Thisform
          CLEAR EVENT
    

  5. Run the form.

        Notice the animated mouse pointer that appears when you run the form.
    

  6. Now, close the form and create a project named mProject.pjx

  7. Add a program to the project as Main.prg, and put the following code in Main.prg

          DO FORM mPointer
          READ EVENT
    

  8. Add the form to the project.

  9. Build the project into an .exe file.

  10. Exit Visual FoxPro and run the .exe file.

        The animated mouse pointer changes to a regular mouse pointer.
    


KBCategory: kbtool kbprb
KBSubcategory: FxtoolFormdes
Additional reference words: 5.00 kbdse VFoxWin
Keywords : FxtoolFormdes kbprb kbtool
Version : 5.00
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 23, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.