home *** CD-ROM | disk | FTP | other *** search
- CDK.TXT
-
- CDK Notes for Microsoft (R) Visual Basic (TM) Professional Edition
-
- Version 3.00
-
- (C) Copyright Microsoft Corporation, 1993
-
- This document contains release notes for Microsoft Visual Basic for Windows
- Professional Edition Version 3.0. Information in this document is more
- current than that in the manuals or online Help.
-
- ========
- Contents
- ========
-
- Part Description
- ---- -----------
- 1 Notes
-
- 2 Notes for Microsoft Visual Basic "Control Development Guide"
-
-
- =============
- Part 1: Notes
- =============
- -------------------
- CDK Technical Notes
- -------------------
- The Visual Basic CDK directory contains the following technical note files:
-
- TN001.TXT: Support for DT_OBJECT Properties
- --------------------------------
- This note describes how to use OLE Automation by creating a
- custom control property whose data type is DT_OBJECT.
-
- TN002.TXT: Custom Control Version Management
- ---------------------------------
- This note describes how to use the version management functionality
- for custom controls.
-
-
- ====================================================================
- Part 2: Notes for Microsoft Visual Basic "Control Development Guide"
- ====================================================================
-
- Page Section/Note
- ---- ------------
- 133 VBFireEvent
-
- If a Visual Basic message box is displayed and a custom control calls
- VBFireEvent, the function returns a zero, meaning that the function
- was successful. However, the event procedure in the Visual Basic code
- never gets completed.
-
- 142 VBGetDataSourceControl [3.0]
-
- The data type for the bIsRegister parameter should be BOOL FAR *,
- since the parameter is a pointer to a Boolean value. If bIsRegistered
- is set to TRUE, the bound control has been properly initialized to
- the data control.
-
-
-