Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
Converting path to original case
Storing screen shot of a form to enhanced metafile (*.emf)
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
Deleting files into the Recycle Bin
Initiating Inet connection using a modem
Reading and setting Environment variables
Storing screen shot of a form to bitmap file
How to suspend or hibernate your system
Winsock: reading email messages (POP3, port 110)
Using FoxTray ActiveX control: System Tray Icon and menu attached to VFP form
Using the CreateFile
Wininet last error description
How to find the application associated with a file name
DiskFreeSpace class
Moving shortcut to a specified position on the Windows Desktop
How to download this reference`s archive through WinInet functions using InternetOpenUrl
Using the DeleteFile
Custom FTP Class for Visual FoxPro application
Printing Image File, programmatically set print page orientation to landscape
Creating an Open dialog box to specify the drive, directory, and name of a file to open (Shell32 version)
How to retrieve number of objects in the Recycle Bin
Using File Mapping for enumerating files opened by Visual FoxPro
Copying picture of the active form to the Clipboard using Enhanced Metafile API functions
How to ping a remote site using ICMP API calls
A client for testing non-blocking Winsock server

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 code is a client part created for testing the non-blocking Winsock server sample code.

First run server code on any computer on your network. Enter acting server IP and port values on the client form.

Test button sends a short standard message.
Send button sends a message entered in the text box.
Transmit button sends a selected file.

All sent messages are stored in a memo column of a cursor on the server side.

* * *
VB.Net version of this code works in a similar way. It can send text strings and files to the non-blocking Winsock server. So you may use both codes, FoxPro and VB.Net, for testing the server.

See also:
  • How to create non-blocking Winsock server
  • Using the NetMessageBufferSend to send messages on the network
  • Using mailslots to send messages on the network
  • Peer-to-peer LAN messenger built with Mailslot API functions
  • Using WM_COPYDATA for interprocess communication
  •  
      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:
    • ~
    5368 bytes  
    Created: 2003-07-07 23:30:45  
    Modified: 2011-12-10 09:20:22  
    Visits in 7 days: 97  
    Listed functions:
    closesocket
    htons
    inet_addr
    send
    socket
    WSACleanup
    WSAStartup
    Printer friendly API declarations
    My comment:
    After establishing a connection and sending messages the client program usually keeps several local ports in the TIME_WAIT state for a short time.

    List of local ports in use can be obtained through the system NETSTAT command, or use example in this reference Displaying all TCP connections for the local system to get the list.

    Working with the NETSTAT Command.

    And there is a link with some TIME_WAIT related info on Experts-Exchange site.

    #kwd: sln_winsock.
    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:
    Rob | 2006-03-19 11:38:12
    does running this client portion ties up this copy of VFP from doing other tasks until the message is received?
    A.M. | 2006-03-19 16:40:36
    Server part: yes. You may try asynch calls, though anyway the state has to be checked by timer. There is no way to start a separate thread in pure VFP code.
    ezequiel@professional-soft.com | 2006-08-01 06:58:29
    What is it necessary to do to receive information of response of the server?

    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)
    4 sec.
    13.95 min.Example: 'Adding a background image to VFP report (VFP9, ReportListener)'
    14.05 min.Articles
    14.1 min.Function: 'LookupPrivilegeName'
    28.55 min.Example: 'How to make a VFP form fading out when released (GDI+ version)'
    28.62 min.Example: 'GDI+: reading and writing metadata in JPEG and TIFF files'
    28.68 min.Example: 'Enumerating servers of the specified type (e.g. SQL Server) in the primary domain'
    1.62 hrs.Function: 'SetBkColor'
    Function group: 'Painting and Drawing'
    1.74 hrs.Example: 'Creating the Open dialog box to specify the drive, directory, and name of a file to open'
     Example: 'Starting a dialog box for connecting to network resources (mapping network drive)'
    Google
    Advertise here!