Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
Obtaining Shell32.dll version
Using the FindMediaType function
How to enumerate sessions and processes on a specified terminal server
How to assemble an array of strings and pass it to external function
Reading parameters of streams in AVI file
Retrieving names for the registered clipboard formats
Scanning the hierarchy of child windows down from the main VFP window
Using InternetSetFilePointer when resuming interrupted download from the Internet
Winsock: retrieving directory listing from an FTP server using passive data connection (FTP, port 21)
Writing to INI file
Drawing Windows predefined bitmaps using the LoadBitmap functions
Exporting DLL icon resources as .ICO files
GDI+: sending image of FoxPro form to printer
Passing data records between VFP applications via the Clipboard
Placing On-screen Alert on top of all windows
Starting a dialog box for connecting to network resources (mapping network drive)
Windows Shell Icons displayed and exported to ICO files (Vista)
Downloading files from the FTP server using InternetReadFile
Extended MessageBox Class
How to find the application associated with a file name
Programmatically removing submenus from VFP main menu
Retrieving the name of the network resource associated with a local device
Starting an external application in VFP using WinExec
Testing if a connection to an Url can be established
How to retrieve adapter information for the local computer (including MAC address)

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:
This sample code returns a good amount of network parameters for your computer: adapter name, MAC address, current IP address and more.



See also:
  • SendARP function
  • Obtaining addresses for the adapters on the local computer (Win XP/2003/Vista)
  • Using NetWkstaTransportEnum to obtain MAC Address of remote server
  • How to ping a remote site using IP Helper API calls
  • How to ping a remote site using ICMP API calls

  •  
      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:
    • ~
    2366 bytes  
    Created: 2002-11-27 11:26:58  
    Modified: 2011-12-10 09:20:22  
    Visits in 7 days: 122  
    Listed functions:
    GetAdaptersInfo
    Printer friendly API declarations
    My comment:
    MAC address: short for Media Access Control address, a hardware address that uniquely identifies each node of a network (Webopedia).

    Windows GETMAC tool (WinXP/2K) provides a quick method for obtaining the MAC (Ethernet) layer address and binding order for a computer running Windows 2000, locally or across a network.

    Windows Server 2003 and Windows XP: Use the GetAdaptersAddresses function instead of GetAdaptersInfo.

    Microsoft Knowledge Base Article - 118623: HOWTO: Get the MAC Address for an Ethernet Adapter.

    Another code sample How to Get Mac (Media Access Control) Address on Wilson WindowWare Tech Support uses NetWkstaTransportEnum function to obtain MAC address of a server.

    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.226.5.29)
    1.48 hrs.Example: 'How to play AVI file on the _screen'
     Example: 'Scanning a hierarchy of child windows down from the Windows Desktop'
    4.62 hrs.Example: 'Loading a string resource from an executable file'
    4.85 hrs.Example: 'Creating a window using CreateWindowEx function'
     Example: 'Displaying bitmap using the AlphaBlend function'
    22.04 hrs.Example: 'Playing WAV sounds simultaneously'
     Function: 'AttachVirtualDisk'
    22.19 hrs.Function: 'SetDlgItemInt'
    1 day(s)Example: 'How to extract frames from AVI files'
     
    Function group: 'Shell Functions'
    Google
    Advertise here!