Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
Retrieving the state of your Internet connection
Using InternetSetFilePointer when resuming interrupted download from the Internet
Using the heap of the calling process to allocate memory blocks
Displaying standard progress dialog box when copying files
Enumerating files opened on the network
GDI+: printing image file
GetFocus returns a HWND value
OS version and revision
Creating a mailslot
How to empty the Recycle Bin
How to retrieve information about a cache entry (Internet Explorer)
Retrieving list of Global Atom names
Using FillMemory
Using Path functions from Shell Lightweight Utility APIs (shlapi.dll)
How to download this reference`s archive through WinInet functions using InternetOpenUrl
Using InternetGoOnline function
Verifying a file using the Authenticode policy provider
GDI+: printing vertical text on VFP reports via generated images (VFP8)
How to obtain Content-Type value for a file type from the System Registry
Using mailslots to send messages on the network
Winsock: retrieving information about available transport protocols
Comparing dimensions of the VFP main window with _SCREEN properties
Enumerating network interfaces on the local computer
GDI+: printing vertical text on VFP reports via generated images (VFP9)
Using MessageBeep

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
Versions:
click to open
Before you begin:
See also:
  • Using Beep and Sleep
  • How to play MIDI notes
  •  
    #DEFINE MB_OK                0
    #DEFINE MB_OKCANCEL          1
    #DEFINE MB_ICONHAND         16
    #DEFINE MB_ICONQUESTION     32
    #DEFINE MB_ICONEXCLAMATION  48
    #DEFINE MB_ICONASTERISK     64
    #DEFINE MB_ICONMASK        240
     
    DECLARE INTEGER MessageBeep IN "user32" INTEGER wType
     
    ? MessageBeep (MB_ICONEXCLAMATION)
     
     

    User rating: 0/10 (0 votes)
    Rate this code sample:
    • ~
    320 bytes  
    Created: 2001-07-12 12:00:00  
    Modified: 2010-06-22 09:36:34  
    Visits in 7 days: 136  
    Listed functions:
    MessageBeep
    Printer friendly API declarations
    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 (23.20.196.179)
    5 sec.Example: 'Who is the first in viewing the Clipboard'
    8.72 hrs.Example: 'Retrieving information about the specified icon'
     Example: 'Reading the state of mouse buttons within DO WHILE loop'
    11.25 hrs.Example: 'Simple Window Viewer'
     Function: 'GetSystemMetrics'
    11.94 hrs.Function: 'mmioOpen'
     Example: 'Reading metrics for the currently selected font'
    13.22 hrs.Example: 'Adding and deleting Scheduled Tasks using NetScheduleJob API functions'
     Function: 'SendARP'
    13.8 hrs.Solutions
    Google
    Advertise here!