home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Programmer'…arterly (Limited Edition) / Visual_Basic_Programmers_Journal_VB-CD_Quarterly_Limited_Edition_1995.iso / sharewar / rasvbx / whatsnew.txt < prev   
Text File  |  1994-12-31  |  3KB  |  65 lines

  1.  
  2.                 WHATSNEW.TXT
  3.  
  4.                       What's New in RasVBX version 1.32
  5.                 Version 1.32
  6.  
  7.                  Copyright (C) 1994 Cutting Edge Consulting.
  8.                            All Rights Reserved.
  9.  
  10.  
  11. This document contains a list of properties and events not present
  12. in earlier versions of RASVBX.  On-line information on properties
  13. and events is available in RASVBX.HLP.
  14.  
  15. Versions 1.20 and 1.30 of RasVBX contains the following additional 
  16. properties, events, and fixes:
  17.  
  18. PROPERTIES:
  19. ==========
  20. (1.2)ShowConnect    - A boolean flag that enables you to turn on/off the
  21.                     connection status dialog when dialing.
  22.  
  23. (1.2)ShowErrors     - A boolean flag that enables you to specify whether
  24.                     connection errors are automatically displayed to 
  25.                     the user.
  26.  
  27. (1.3)RedialAttempts - A numeric value designating the numer of times RasVBX
  28.                     should automatically redial when the connection is 
  29.                     dropped.  A dialog is always displayed to the user
  30.                     on redial attempts.
  31.  
  32. (1.3)DeviceType     - A string returning the type of device used to make the
  33.                     connection, if available.  Valid device types are
  34.                     "modem", "pad", "switch", "isdn", and "null".
  35.  
  36. (1.3)DeviceName     - A string returning the name of the device used to 
  37.                     connect, if available.
  38.  
  39.                     TIP:  This string, if non-empty, specifies an entry 
  40.                     in MODEM.INF found in the Windows\System directory.
  41.                     You can reference the default settings by using the
  42.                     API function GetPrivateProfileString.
  43.  
  44.  
  45. EVENTS:
  46. ======
  47. (1.2)DialEvent    - An event sent during the dial process that specifies
  48.                   the progress of the connection attempt. 
  49.  
  50. (1.2)Error        - An event send whenever an internal connection error
  51.                   takes place.
  52.    
  53.  
  54.  
  55. Comming soon:
  56. ============
  57. Sometime in January 1995, Cutting Edge Consulting, Inc. will place an
  58. application called Setup Manager on Compuserve.  This is a tool that
  59. you can use to quickly create a professional setup routine for your
  60. application.  It will be located in the MSBASIC Forum, in the third party 
  61. products library (with RASVBX).  If you do not already have a setup 
  62. routine developed for your application, you may want to take a look
  63. at this product.  We have used it internally for over 1 year and it
  64. works great!
  65.