home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_2_1994.iso / 00202 / s / disk3 / cdk.tx_ / cdk.bin
Text File  |  1993-04-28  |  2KB  |  64 lines

  1.                  CDK.TXT
  2.  
  3.    CDK Notes for Microsoft (R) Visual Basic (TM) Professional Edition
  4.  
  5.                 Version 3.00
  6.  
  7.           (C) Copyright Microsoft Corporation, 1993
  8.  
  9. This document contains release notes for Microsoft Visual Basic for Windows
  10. Professional Edition Version 3.0. Information in this document is more
  11. current than that in the manuals or online Help.
  12.  
  13. ========
  14. Contents
  15. ========
  16.  
  17. Part    Description
  18. ----    -----------
  19.  1      Notes
  20.  
  21.  2      Notes for Microsoft Visual Basic "Control Development Guide"
  22.  
  23.  
  24. =============
  25. Part 1: Notes
  26. =============
  27. -------------------
  28. CDK Technical Notes
  29. -------------------
  30. The Visual Basic CDK directory contains the following technical note files:
  31.  
  32. TN001.TXT:  Support for DT_OBJECT Properties
  33.             --------------------------------
  34.             This note describes how to use OLE Automation by creating a
  35.             custom control property whose data type is DT_OBJECT.
  36.  
  37. TN002.TXT:  Custom Control Version Management
  38.             ---------------------------------
  39.             This note describes how to use the version management functionality
  40.             for custom controls.
  41.  
  42.  
  43. ====================================================================
  44. Part 2: Notes for Microsoft Visual Basic "Control Development Guide"
  45. ====================================================================
  46.  
  47. Page   Section/Note
  48. ----   ------------
  49. 133    VBFireEvent
  50.  
  51.            If a Visual Basic message box is displayed and a custom control calls
  52.         VBFireEvent, the function returns a zero, meaning that the function
  53.         was successful.  However, the event procedure in the Visual Basic code
  54.         never gets completed.
  55.  
  56. 142    VBGetDataSourceControl [3.0]
  57.  
  58.        The data type for the bIsRegister parameter should be BOOL FAR *,
  59.        since the parameter is a pointer to a Boolean value.  If bIsRegistered
  60.        is set to TRUE, the bound control has been properly initialized to
  61.        the data control. 
  62.  
  63.  
  64.