Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
Obtaining OS memory performance information
Obtaining some properties for the Windows desktop using the GetWindowPlacement function
Simple Window Viewer
Terminating all running applications from a VFP program
Using FtpCommand
Winsock: changing the byte ordering
Creating a directory on the FTP
GDI+: reading and writing metadata in JPEG and TIFF files
How to display a dialog box with which the user can add a data source (DSN)
Pocket PC: base class
Pocket PC: custom RAPI class for operating with the System Registry
Quering waveform-audio output devices
Using InternetGoOnline function
Winsock: retrieving the standard host name and IP address for the local machine
Enumerating network interfaces on the local computer
GDI+: creating scaled copy of image file
GDI+: retrieving list of available image encoders and image decoders
How to view system icons for the classes installed on the local machine
Pocket PC: custom RAPI class for operating with the Object Store Databases
Pocket PC: retrieving data from the Contacts Database
Power capabilities of the system: battery, UPS, sleep and hibernation modes, processor throttling
Retrieving configuration information for the specified workstation (Win2000/XP)
Retrieving various system metrics
Testing an ODBC connection for supporting specific functionality
Displaying system dialog that selects a folder

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:

Starting with VFP7 the original GETDIR function is changed to be a wrapper around the SHBrowseForFolder function.

Check a similar code published in FoxTalk November 1999 by Andrew Coates.

See also:
 
  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:
  • ~
4556 bytes  
Created: 2003-01-02 15:38:46  
Modified: 2011-02-16 07:01:05  
Visits in 7 days: 169  
Listed functions:
GetActiveWindow
GlobalAlloc
GlobalFree
GlobalSize
SHBrowseForFolder
SHGetPathFromIDList
SHParseDisplayName
Printer friendly API declarations
My comment:
I use the GlobalFree function to release the allocated memory.

In Andrew Coates code this is
= CoTaskMemFree(lpIDList)
which is probably a better way.

The SHParseDisplayName translates the initial path to the pointer to an item identifier list (PIDL).

* * *
Windows Shell script:
oShell = CREATEOBJECT("Shell.Application")

oFolder = oShell.Application.BrowseForFolder(_screen.HWnd,;
        "Select Folder", 1, "c:\Program Files")

IF NOT ISNULL(oFolder)
        ? oFolder.self.Path
ENDIF
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:
R vd Wiel | 2005-05-23 04:25:08
Hi,
Great function to document, I only think that the last update broke something. Function 'buf2dword' isn't defined and the call to SHBrowseForFolder gives an exception.
A.M. | 2005-05-23 07:25:32
The buf2dword() added. I'll check what possibly could be wrong with the SHBrowseForFolder call.

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.22.252.150)
6 sec.
10 sec.Function: 'GdipRemovePropertyItem'
Function group: 'GDI+ Image'
28.17 min.Function: 'GdipSetMatrixElements'
28.23 min.Function: 'SQLGetPrivateProfileString'
Function group: 'ODBC API'
1.05 hrs.Example: 'How to display a dialog box with which the user can add a data source (DSN)'
 Function: 'GdipCreatePen1'
6.82 hrs.Example: 'Storing screen shot of a form to bitmap file'
 Function: 'VirtualFreeEx'
9.94 hrs.Example: 'Validating URLs using moniker functions'
 Function: 'WinExec'
Google
Advertise here!