Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to drag a Form not using its Titlebar or Caption
MapiSendMail class for Visual FoxPro application
PocketPC: custom RAPI class for executing routines on remote Windows CE device
Using custom Simple MapiSendMail class
Converting strings between ANSI and OEM
GDI+: cropping images
Pocket PC: enumerating mounted database volumes and databases in the Object Store
Reading and setting system access privileges for the current process
Reading data from INI files
Who owns the Windows Clipboard
Writing entries to custom Event Log
Finding out if the current user is the Guest account
GDI+: converting image file to another graphics format
How to display picture stored in enhanced-format metafile (*.emf)
How to print FoxPro form -- II
Retrieving current user for the process
Retrieving information specific to the current Time Zone
Retrieving list of files on the FTP directory
Retrieving System Error message strings
Using IsChild() for testing ThisForm.ShowWindow property
Using SQLBrowseConnect to connect to a data source through a number of iterative calls (SQL Server)
Current System information
How to write and read Window Properties for the specified window
Reading and setting explicit Application User Model ID for the current process (Win7)
List of addresses in the AutoDial mapping database

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 RasEnumAutodialAddresses IN rasapi32;
    STRING @lppAddresses, INTEGER @lpdwcbAddresses, INTEGER @lpdwcAddresses
 
LOCAL lcBuffer, lnBufsize, lnCount
 
STORE 0 TO lnBufsize, lnCount
lnBufsize = 16384
lcBuffer = Repli(Chr(0), lnBufsize)
 
= RasEnumAutodialAddresses (@lcBuffer, @lnBufsize, @lnCount)
 
IF lnCount = 0
    ? "AutoDial mapping database is empty"
ENDIF
 
 

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
386 bytes  
Created: 2002-08-12 10:07:07  
Modified: 2002-08-12 10:11:04  
Visits in 7 days: 83  
Listed functions:
RasEnumAutodialAddresses
Printer friendly API declarations
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.22.212.158)
6.88 hrs.Function: 'EnumProcessModules'
 Example: 'Testing if a connection to an Url can be established'
6.89 hrs.Example: 'Retrieving long values associated with the class of the VFP window'
8.69 hrs.Example: 'Using Multimedia Command Strings to play MIDI files'
 Example: 'Reading the structure of VFP main menu'
8.7 hrs.Example: 'Copying picture of the active form to the Clipboard using Enhanced Metafile API functions'
10.89 hrs.Solution: 'LanguageBar ActiveX Control'
15.96 hrs.Example: 'How to check whether the system is 32-bit or 64-bit'
18.86 hrs.Example: 'How to copy the image of a form to the Clipboard using Bitmap API functions'
 Function: 'GetBestInterface'
Google
Advertise here!