home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / DEMOS / 3DMSGBOX / README.TXT < prev    next >
Encoding:
Text File  |  1994-04-10  |  2.9 KB  |  105 lines

  1. ============================
  2. Installing the MsgBox3D Demo
  3. ============================
  4.  
  5. The MsgBox statement and function provided with Microsoft's 
  6. Visual Basic lacks a three dimensional "look".  MsgBox3D 
  7. replicates the functions provided by VB's MsgBox and adds a 
  8. three dimensional effect.
  9.  
  10. The files included in the demo zip file [MsgB3D.Zip] are:
  11.  
  12. MsgDmo3D.Exe    Demo Program
  13. MsgBox3D.Hlp    Help File
  14. ThreeD.VBX    Three Dimensional Control
  15. ReadMe.Txt    The Read Me File
  16.  
  17. ThreeD.VBX is provided with the Professional version of 
  18. Microsoft's Visual Basic.  
  19.  
  20. Copy the ThreeD.VBX file to your Windows\System directory.  Copy 
  21. the Help file to your Windows directory.  Use the demo 
  22. [MsgDmo3D] to compare the difference between the VB MsgBox and 
  23. the 3D MsgBox.  Display the Help file to learn how to use 
  24. MsgBox3D.
  25.  
  26. MsgDmo3D uses VBRun300.DLL.  
  27.  
  28. Cost is $4.95 plus $2.95 USPO shipping or $1.95 if sent via 
  29. CompuServe.  California purchasers please include applicable 
  30. sales tax.  
  31.  
  32. To order by phone: 415-697-2730.  To order via CompuServe: 
  33. 71662,205
  34.  
  35. Warranty: Although The Bridge believes that MsgBox3D will 
  36. operate as documented, The Bridge makes no implied or expressed 
  37. warranty.  Use the product at your own risk.
  38.  
  39. If you have questions, problems, or suggestions concerning 
  40. MsgBox3D, please contact:
  41.  
  42. Larry Rebich
  43. The Bridge, Inc.
  44. 199 California Drive, Suite 210
  45. Millbrae, CA  94030
  46. 415-697-2730
  47. Fax: 415-692-3921
  48. CompuServe: 71662,205
  49.  
  50.  
  51. =========================
  52. Order by mail information
  53. =========================
  54.  
  55. NAME: ___________________________________________
  56.  
  57. COMPANY: ________________________________________
  58.  
  59. STREET: _________________________________________
  60.  
  61. CITY: _____________________________  STATE: _____
  62.  
  63. ZIP: _______________
  64.  
  65. The product is mailed using a 3 1/2 inch diskette.  If ordering 
  66. by mail, send a check made payable to The Bridge, Inc., to:
  67.  
  68. The Bridge, Inc. 
  69. 199 California Drive, Suite 210
  70. Millbrae, CA  94030
  71.  
  72. ===============
  73. Version History
  74. ===============
  75.  
  76. Version 1.10, 94/04/10
  77. ----------------------
  78.  
  79. 1.  Remove VSVBX from the demo program.  
  80.  
  81. 2.  Support the up and down arrow keys while displaying the 
  82. message.  Pressing the up or down arrow keys did not provide the 
  83. same results as the VB MsgBox.
  84.  
  85. 3.  Drop the price from $19.95 to $4.95.
  86.  
  87. Version 1.01, 94/03/04
  88. ----------------------
  89.  
  90. 1.  Add support for System Modal mode.  With the help of Wayne 
  91. Aiello, MsgBox3D now supports the display of the message box in 
  92. System Modal mode.  The SetSystemModalWindow API is used.
  93.  
  94. 2.  MsgBox3D is modified to eliminate the Switch menu entry from 
  95. the control box.  And display the Close menu entry only if a 
  96. Cancel button is displayed.  The GetSystemMenu, DeleteMenu and 
  97. ModifyMenu API's are used.
  98.  
  99. Version 1.00, 94/03/01
  100. ----------------------
  101.  
  102. Original version completed.  A demo was uploaded to CompuServe 
  103. on 94/03/01.
  104.  
  105.