home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / mapi / checkers.frm / readme.txt < prev    next >
Text File  |  1996-01-15  |  2KB  |  78 lines

  1. Custom Sendable Form
  2.  
  3.  
  4. The Checkers.Frm sample demonstrates how to use a custom sendable form. It
  5. is an executable (.EXE) server. It implements the minimum form interface
  6. required to launch and send a form.
  7.  
  8. Files
  9. -----
  10.  
  11. The following is a list of the source files for the Checkers.Frm sample:
  12.  
  13. FORMSMPL.TXT
  14. WCHECK.EXE          ; The executable file generated by NMAKE
  15. MAKEFILE
  16. CHKRFORM.CFG
  17. ENGINE.CPP
  18. WCHECK.CPP          ; The user interface.
  19. FORM.CPP            ; All form-specific code.
  20. PIECE.CUR
  21. WCHECK16.DEF
  22. WCHECK.DLG
  23. DLG.H
  24. CHECKDTA.H
  25. MOVELIST.H
  26. WCHECK.H
  27. DBUGIT.H
  28. FORM.H              ; A description of the Checkers form object.
  29. CHECK.H
  30. WCHECK.ICO
  31. WCHECKS.ICO
  32. WCHECK.RC
  33. WCHECK.RCV
  34.  
  35. ENGINE\LUT.CPP      ; A simple move generator used primarily to
  36. ENGINE\PRUNE.CPP    ; determine whether a move is valid.
  37. ENGINE\QUALITY.CPP
  38. ENGINE\CHECK.CPP
  39. ENGINE\VALID.CPP
  40. ENGINE\DEBUGIO.CPP
  41.  
  42.  
  43. Installation
  44. ------------
  45.  
  46. The form has to be properly registered to be used my mail clients.
  47. Run the command
  48.  
  49.     pdkin32 -f chkrform.cfg
  50.  
  51. to register the form in the local form registry. Then run the command
  52.  
  53.     regedit wcheck.reg
  54.  
  55. to register wcheck.exe as an OLE server for the form in the registry.
  56. The path to the form's .EXE file has to be put in to the .REG file or
  57. the system PATH.
  58.  
  59. For more information about installing and launching forms, see
  60. the documentation for the form interfaces in the MAPI SDK.
  61.  
  62. To send the Checkers form to another user:
  63.  
  64. 1. Select the Compose New Form command in your mail client.
  65. 2. Choose the checkers form in the Choose Form dialog.
  66. 3. Select a recipient in the address book.
  67. 4. Drag a checkers piece to make a move.
  68.  
  69. The form is sent automatically when the move is complete.
  70.  
  71.  
  72. Known Problems
  73. --------------
  74.  
  75. Data for many of the custom properties is not written to the
  76. message, and the data that is written might not actually be 
  77. meaningful.
  78.