Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Performance Issues - Starting Application
Message
From
28/07/1999 10:49:42
 
 
To
28/07/1999 10:01:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00246673
Message ID:
00247151
Views:
32
>Ed,
>
>Thank you for your suggestions. I'm not sure how to copy a file to NUL but I will see what I can do. With regards to the mouse pointer, is there anyway to control the mouse pointer when the app is starting.
>

The DOS Command:

COPY file name to copy NUL:

will copy the file to a null destination.

The mouse pointer is under the control of Windows when the application is loading; once VFP has started, the _SCREEN.MousePointer and MouseIcon properties sets the shape of the mouse pointer icon as long as the mouse is within the frame of _SCREEN and no other control/object with a MousePointer/MouseIcon property is 'on top' and beneath the mouse pointer. If you start with the VFP _SCREEN disabled (CONFIG.FPW SCREEN = OFF) this won't help. MoseIcon assigns the .ICO for the mouse, while MousePointer controls which of the available images is selected. Setting MousePointer to 13 hides it, and 99 will display the 'standard' icon.

>Thanks
>Mark Parker
>MAP Software, Inc.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform