home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8vbsdk.exe / samples / multimedia / vbsamples / directplay / simpleserver / readme.txt < prev    next >
Encoding:
Text File  |  2000-09-22  |  1.1 KB  |  35 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: VB Simple Server Sample
  4. // 
  5. // Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   A very simplistic Server application that can only connect route client messages.
  13.   
  14. Path
  15. ====
  16.   Source: Mssdk\Samples\Multimedia\VBSamples\DirectPlay\SimpleServer
  17.  
  18.   Executable: Mssdk\Samples\Multimedia\VBSamples\DirectPlay\Bin
  19.  
  20. User's Guide
  21. ============
  22.   Connect to a server, and make funny faces.
  23.  
  24. Programming Notes
  25. =================
  26.   The SimpleServer sample allows players to make funny faces at anyone else on the server.
  27.   
  28.  
  29.   * Handle DirectPlay system messages.  See implemented DirectPlay8Event interfaces
  30.  
  31.   - Upon Receive event: 
  32.   Checks to see if there is more than one player in the session.  If there is, notify 
  33.   everyone that a funny face was made.  Otherwsie notify the client that they are 
  34.   the only player in the session.
  35.