README.TXT
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 1k
Category:

Windows Develop

Development Platform:

Visual C++

  1. OLE Automation Sample
  2. SUMMARY
  3. =======
  4. The TiBrowse sample is an OLE automation browser. When started, it asks the 
  5. user to selected a type library (.tlb) file. The browser then displays the 
  6. contents of the file.
  7. MORE INFORMATION
  8. ================
  9. This browser is not suitable for use by end users. It is deficient in many 
  10. ways. Users should never have to know that uuids exist, thus, they should 
  11. not be displayed in a browser. Items that are restricted or that start with 
  12. an underscore should not be displayed in a browser. Duplicates for property 
  13. get/set pairs should be removed, since users think about properties, not 
  14. about get/set pairs.