SUMMARYB2CSE.exe is a self-extracting executable file containing a stand-alone utility file (B2C.exe) that converts Visual Basic Automation code into Visual C++ code. You can paste the code generated from B2C.exe directly into your Visual C++ application to get the same functionality. Additionally, B2C.exe comes with some Visual Basic Automation examples you can use. MORE INFORMATIONThe following file is available for download from the Microsoft
Software Library: B2CSE.exeRelease Date: Mar-10-1999 For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base: Q119591 How to Obtain Microsoft Support Files from Online ServicesYou have royalty-free right to use, modify, reproduce, and distribute any code generated by the B2C Converter, or any modified version of the B2C Converter, in any way you find useful provided that you agree that Microsoft has no warranty, obligations, or liability for the generated code. B2CSE.exe contains the following files: B2C LimitationsB2C.exe was designed to convert simple Automation examples. It was not designed to be a generic conversion utility for all of Visual Basic. As such, you should be aware of the following limitations:
The user interface for B2C.exe is very simple. It includes three edit boxes, three buttons, and a combo-box where you can select some examples. You type in or paste your Visual Basic code in the edit box on the left, and when you click Convert & Copy, B2C.exe populates the other two edit boxes with your generated Visual C++ code, as well as copying it to the clipboard for quick use.The generated code uses a helper function called AutoWrap() that is generated in the edit box in the upper-right corner of the B2C.exe dialog box. You need to add this function to your project so that it is accessible from where you use B2C-generated code. Although this function is regenerated every time you convert new code, it is always the same so you only need to copy it once. The best way to learn how it works, is to run B2C and experiment with the built-in examples. REFERENCES© Microsoft Corporation 1999, All Rights Reserved. Additional query words: converter conversion javafy coledispatchdriver import _com_ptr_t idispatch automate invoke getidsofnames
Keywords : kbfile kbAutomation kbGrpDSO |
Last Reviewed: June 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |