Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to change display settings: screen resolution, screen refresh rate
Adding and deleting Scheduled Tasks using NetScheduleJob API functions
Converting Unicode data from the Clipboard to a character string using a given code page
Custom GDI+ class
Capturing keyboard activity of another application with the Raw Input API (VFP9)
Establishing connection using the SQLDriverConnect
Custom FTP Class for Visual FoxPro application
Detecting changes in connections to removable drives (VFP9)
Splash Screen for the VFP application
How to create non-blocking Winsock server
Winsock: sending email messages (SMTP, port 25)
How to print a bitmap file
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
Peer-to-peer LAN messenger built with Mailslot API functions
Enumerating raw input devices attached to the system (keyboard, mouse, human interface device)
Sending email messages with Simple MAPI
Custom HttpRequest class (WinINet)
How to create MD-5 and SHA-1 hash values from a string
Displaying animated images on FoxPro form with BitBlt and StretchBlt functions
How to put a vertical text scrolling on the form (a movie cast)
Displaying bitmap using the AlphaBlend function
Enumerating data formats currently available on the clipboard
Mapping and disconnecting network drives
How to prevent users from accessing the Windows Desktop and from switching to other applications
Detecting changes in connections to removable drives (VFP9)

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:
VFP application can receive system notifications when a disk drive gets connected or disconnected (USB, network drive).

In this code sample, a ListView control on VFP form displays available disk drives using matching icons and descriptions.

Note that this code sample requires VFP9 version of the BINDEVENT() function. The one that can handle Windows messages.

See also:
  • Disconnecting USB Mass Storage Device programmatically
  • Mapping and disconnecting network drives
  • Enumerating Volumes and Volume Mounting Points
  •  
      Members area. Log in to view this example.
     
      User name:
      Password:
     
     
      Forgot your password?
     
      Sign up for
    the Membership
     
     


    User rating: 0/10 (0 votes)
    Rate this code sample:
    • ~
    10044 bytes  
    Created: 2011-01-07 17:18:05  
    Modified: 2011-05-06 09:05:14  
    Visits in 7 days: 225  
    Listed functions:
    CallWindowProc
    DestroyIcon
    GetDiskFreeSpace
    GetDriveType
    GetVolumeInformation
    GetWindowLong
    SendMessage
    SetWindowLong
    SHGetFileInfo
    Printer friendly API declarations
    My comment:
    The WM_DEVICECHANGE message notifies an application of a change to the hardware configuration of the computer.

    Upon locking and ejection of removable storage devices (not limited to), the system broadcasts the WM_DEVICECHANGE message to notify applications and device drivers about changes in the configuration.

    Examples of events that trigger the broadcasting of WM_DEVICECHANGE message:

  • USB flash drive inserted or ejected
  • external hard drive connected to USB port, or ejected
  • network drive mapped or disconnected
  • CD inserted in CD drive, or ejected

    The main Visual FoxPro window ( _vfp.HWnd ) and any top-level form ( ShowWindow=2, ThisForm.HWnd ) normally receive WM_DEVICECHANGE messages.

    VFP application can also deny or grant system requests for device removal (yet to be covered in this or another code sample).

    * * *
    .NET version of this code sample:

    * * *
    An installation CD/DVD disk may contain Autorun.inf file. Here is an example of the content.
    [AutoRun]
    open=Setup.exe
    icon=Setup.exe
    label=Linksys Router Setup
    action=@Setup.exe,-10001

    It makes sense, and Windows Explorer apparently behaves this way, depicting a device using whenever available the AutoRun.Label string, and the icon retrieved from the file the AutoRun.Open points at.

    Use GetPrivateProfileString function for retrieving values from .ini and .inf files.

    * * *
    MIcrosoft Support, Article 163503. How to receive notification of CD-ROM insertion or removal
  • 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.126.92)
    17.16 hrs.Example: 'Deleting files into the Recycle Bin'
     Function: 'RegEnumKeyEx'
    22.68 hrs.Function: 'GdipCreateFromHDC2'
     Example: 'Using the NetMessageBufferSend to send messages on the network'
    Google
    Advertise here!