Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to change display settings: screen resolution, screen refresh rate
Enumerating data formats currently available on the clipboard
Adding and deleting Scheduled Tasks using NetScheduleJob API functions
Winsock: sending email messages (SMTP, port 25)
Mapping and disconnecting network drives
Winsock: retrieving directory listing from an FTP server using passive data connection (FTP, port 21)
Capturing keyboard activity of another application with the Raw Input API (VFP9)
Custom GDI+ class
Converting Unicode data from the Clipboard to a character string using a given code page
Disk in drive A:
How to display the Properties dialog box for a file (ShellExecuteEx)
Enumerating network resources
Detecting changes in connections to removable drives (VFP9)
Enumerating raw input devices attached to the system (keyboard, mouse, human interface device)
How to download a file from the FTP server using FtpGetFile
Using EnumPrinters function to enumerate locally installed printers
How to play AVI file on the _screen
Retrieving the name of the network resource associated with a local device
Creating a console window for Visual FoxPro application
Custom HttpRequest class (WinHTTP)
Running MSDOS Shell as a child process with redirected input and output (smarter RUN command)
Custom FTP Class for Visual FoxPro application
How to put a horizontal text scrolling on the form (a news line)
Deleting files into the Recycle Bin
Hiding mouse cursor

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
More code examples    Listed functions    Add comment     W32 Constants      Translate this page Printer friendly version of this code sample
 
DECLARE INTEGER ShowCursor IN user32 INTEGER bShow
 
PROCEDURE _hide
    DO WHILE ShowCursor(0) >= -1
        DOEVENTS
    ENDDO
 
PROCEDURE _show
    DO WHILE ShowCursor(1) < 0
        DOEVENTS
    ENDDO
 
 
 
 

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
194 bytes  
Created: 2001-09-07 12:00:00  
Modified: 2008-01-05 11:41:32  
Visits in 7 days: 61  
Listed functions:
ShowCursor
Printer friendly API declarations
My comment:
In Visual FoxPro the SET MOUSE setting is ignored. VFP8 often restores hidden mouse cursor automatically. So this API function may not be useful. The MousePointer property, that applies to many VFP controls including the Form, hides the pointer when set to 13
Word Index links for this example:
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (54.234.231.49)
4 sec.Example: 'Using the IsWindowEnabled function'
8.72 hrs.Example: 'How to set Creation Date/Time for a folder (WinNT)'
 Example: 'How to display a user-defined icon in the MessageBox dialog'
9.51 hrs.Function: 'CloseWindow'
 Function: 'TerminateJobObject'
Function group: 'Process and Thread'
16.79 hrs.Function: 'FindClosePrinterChangeNotification'
 Function: 'GdipLoadImageFromFile'
18.53 hrs.Example: 'Customizing the frame of top-level form: removing the standard frame (VFP9, Vista)'
 Function: 'SQLGetPrivateProfileString'
18.77 hrs.Example: 'Monitoring changes in a directory'
Google
Advertise here!