|
BROWSEH
SAMPLE: BROWSEH: InProc OLE Automation Server that browses a type library
BROWSEH is a inproc OLE Automation Server that browses a type library. It
shows how to create an inproc Automation server and how to use the ITypeLib and
ITypeInfo interfaces to browse a type library.
BROWSEH exposes a number of automation objects that correspond to components
of a type library. This allows an automation controller like BROWSE (shipped
with the OLE 2.02 SDK) to access the properties and methods of these objects to
browse the type library instead of directly using ITypeLib and ITypeInfo. So
BROWSEH is a type library browse helper.
BROWSEH does not support vtable binding. Controllers must use IDispatch to
control this server.
ProgID: BrowseHelper.Browser
See main.cpp for code to create an inproc automation server. See other source
files for code that uses ITypeLib and ITypeInfo to browse various components of
a type library.
To compile: -----------
Requires OLE 2.02 or later. Use the external makefile called makefile to
compile. In Win16, run the WXSRVER.EXE from \OLE2\BIN before running the makefile.
The makefile invokes mktyplib.exe that reads mydisp.odl and browseh.odl and
creates the type libraries, mydisp.tlb and browseh.tlb. It then compliles the
source files.
To run: -------
Change browseh.reg to provide the full path of browseh.dll and browseh.tlb.
Register browseh.reg in the registration database by double-clicking it. Run the
Automation controller BROWSE that uses BROWSEH to browse a type library.
Files: ------ MYDISP.ODL Contains the description of a base class that
implements IDispatch. All automation objects in this server derive from
this class. This the implementation of IDispatch in the base class
to be inherited in the derived classes.
BROWSEH.ODL Object description language that describes the objects that
BROWSEH exposes. TLB.H Header file generated by mktyplib.exe MAKEFILE
Makefile for project. MAIN.CPP Code to create an inproc server.
Other files implement the BROWSEH automation server. For example coclass.cpp
demonstates how to use ITypeInfo and ITypeLib to browse a coclass in a type
library.
================================================================================
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|