Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to change display settings: screen resolution, screen refresh rate
Enumerating data formats currently available on the clipboard
Custom GDI+ class
Capturing keyboard activity of another application with the Raw Input API (VFP9)
Winsock: sending email messages (SMTP, port 25)
Mapping and disconnecting network drives
How to display the Properties dialog box for a file (ShellExecuteEx)
Winsock: retrieving directory listing from an FTP server using passive data connection (FTP, port 21)
Disk in drive A:
How to download a file from the FTP server using FtpGetFile
Enumerating raw input devices attached to the system (keyboard, mouse, human interface device)
How to play AVI file on the _screen
Using Font and Text functions
Changing system colors
Vertical Label control
Creating irregularly shaped FoxPro form using transparency color key
Enumerating network resources
Using EnumPrinters function to enumerate locally installed printers
Custom HttpRequest class (WinHTTP)
Using Video Capture: displaying on FoxPro form frames and previewing video obtained from a digital camera
Subclassing CommandButton control to create BackColor property
Converting Unicode data from the Clipboard to a character string using a given code page
Using the DrawText function
Displaying system dialog that selects a folder
Using WM_COPYDATA for interprocess communication (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:
An application sends the WM_COPYDATA message to pass data to another application running on the same PC.


The screen copy above shows a message sent from VFP to C# application. The MessageBox is invoked by C# form upon receiving the message.

See also:
  • Peer-to-peer LAN messenger built with Mailslot API functions
  • Using mailslots to send messages on the network
  • Using named pipes for interprocess communication
  • Using the NetMessageBufferSend to send messages on the network
  • How to create non-blocking Winsock server
  •  
      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:
    • ~
    6380 bytes  
    Created: 2008-03-28 13:32:01  
    Modified: 2008-04-03 11:52:28  
    Visits in 7 days: 122  
    Listed functions:
    CallWindowProc
    GetWindowLong
    GlobalAlloc
    GlobalFree
    GlobalSize
    SendMessage
    Printer friendly API declarations
    My comment:
    The forms belonging to different VFP sessions (different processes) can exchange data in the same way. The window handle stays global through the Windows session.

    The C# and VFP versions of this code sample are functionally identical. That allows exchanging data between .NET and VFP forms (applications).

    In real life situation, prior to exchanging data the forms must have exchanged their window handles. That can be arranged by each form broadcasting a specific message that the other forms would recognize and respond. The FindWindow API is another option.

    * * *
    Comparing to other ways of interprocess communication (named pipes, mailslots, Winsock) the WM_COPYDATA has a certain edge: no need to implement any listening part. The OS does it for you.

    * * *
    http://blogs.msdn.com/oldnewthing/archive/2003/12/11/56043.aspx
    if you need to pass more than 32767 characters of information to a child process, you`ll have to use something other than the command line.
    * * *
    Articles:
  • Interprocess Communications chapter on MSDN.
  • Foxpro Advisor Exchange Data Between Applications with Visual FoxPro 9 by Christof Wollenhaupt (recommended).
  • 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)
    3.13 hrs.Function: 'SQLManageDataSources'
     Example: 'Animating a transition of the VFP form (a wire-frame rectangle)'
     Function: 'GdipDeleteBrush'
    11.01 hrs.Example: 'URL: splitting into its component parts'
    11.24 hrs.Example: 'Reading STARTUPINFO structure for the current VFP session'
     Function: 'WideCharToMultiByte'
    11.71 hrs.Function: 'CopyImage'
    Function group: 'Resource'
     Example: 'Basic Volume information'
    12.27 hrs.Example: 'How to read email messages using Simple MAPI'
    12.28 hrs.Gallery
    Page 4
    Google
    Advertise here!