mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.. | ||
makefile | 5 years ago | |
mk.bat | 5 years ago | |
readme.txt | 5 years ago | |
resource.h | 5 years ago | |
src2mac.cmd | 5 years ago | |
src2mac.mak | 5 years ago | |
tibrowse.cpp | 5 years ago | |
tibrowse.def | 5 years ago | |
tibrowse.h | 5 years ago | |
tibrowse.ico | 5 years ago | |
tibrowse.r | 5 years ago | |
tibrowse.rc | 5 years ago |
readme.txt
---------------------------------------
OLE Automation Sample Program: TiBrowse
---------------------------------------
Tibrowse is a sample OLE Automation browser. When started,
it asks the user to selected a type library (.tlb) file.
The browser then displays the contents of this file.
---------------------------
Shortcomings of this sample
---------------------------
1. This browser is not suitable for use by end users. It is
deficient in many ways. A few of them:
- Users should never have to know that uuid's exist. Thus,
they should not be displayed in a browser.
- Items that are restricted or that start with underscore
should not be displayed in a browser.
- Duplicates for propery get/set pairs should be removed
since users think about properties, not about get/set
pairs.