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
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
Custom FTP Class for Visual FoxPro application
Custom HttpRequest class (WinINet)
Displaying bitmap using the AlphaBlend function
Splash Screen for the VFP application
Establishing connection using the SQLDriverConnect
Displaying animated images on FoxPro form with BitBlt and StretchBlt functions
How to put a vertical text scrolling on the form (a movie cast)
How to make a VFP form fading out when released (GDI+ version)
Using FlashWindowEx to flash the taskbar button of the VFP application
How to make a VFP form fading out when released (GDI version)
How to create non-blocking Winsock server
Winsock: sending email messages (SMTP, port 25)
Using WM_COPYDATA for interprocess communication (VFP9)
Creating a mailslot
Peer-to-peer LAN messenger built with Mailslot API functions
Detecting changes in connections to removable drives (VFP9)
Class for sound recording
How to print a bitmap file
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
Creating the Save dialog box to specify the drive, directory, and name of a file to save

User rating: 8/10 (1 votes)
Rate this code sample:
  • ~
More code examples    Listed functions    Add comment     W32 Constants      Translate this page Printer friendly version of this code sample
Before you begin:

See also:
 
  Members area. Log in to view this example.
 
  User name:
  Password:
 
 
  Forgot your password?
 
  Sign up for
the Membership
 
 


User rating: 8/10 (1 votes)
Rate this code sample:
  • ~
5350 bytes  
Created: 2002-01-25 20:14:30  
Modified: 2011-12-10 09:20:22  
Visits in 7 days: 131  
Listed functions:
CommDlgExtendedError
GetActiveWindow
GetSaveFileName
GlobalAlloc
GlobalFree
GlobalSize
Printer friendly API declarations
My comment:
The OPENFILENAME structure length depends on the OS, and can be 76 or 88 bytes.

This is important, because invalid parameter creates an error. Note that this structure is used with GetOpenFileName and GetSaveFileName functions. There is substantial set of OFN flags to control the dialog behaviour.

To fill the OPENFILENAME structure -- as well as almost all other Comdlg structures used -- you need not just strings but pointers to strings. There is a class PChar in this examples, which creates such extended strings. In more simple cases the StrDup is quite enough to accomplish this task.
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.180.187)
24.4 min.
56.67 min.Example: 'Converting path to original case'
56.73 min.Example: 'Splash Screen for the VFP application'
1.12 hrs.Example: 'How to print picture stored in enhanced-format metafile (*.emf)'
1.13 hrs.Example: 'GDI+: reading and writing metadata in JPEG and TIFF files'
3.51 hrs.Function: 'WTSEnumerateServers'
Function group: 'Terminal Services'
 Function: 'waveInGetDevCaps'
Function group: 'Windows Multimedia'
7.9 hrs.Example: 'GDI+: Creating thumbnails to preview images in a directory'
8.06 hrs.Example: 'The original LoadPicture() function in VFP returns valid handles to bitmaps, icons, cursors, and metafiles'
Google
Advertise here!