Does any one know of an example that shows how to open and view a *.tlb file in c# I've come across serveral viewers that do this but I would like to see a source code example to know how they do it.
Thanks.
Does any one know of an example that shows how to open and view a *.tlb file in c# I've come across serveral viewers that do this but I would like to see a source code example to know how they do it.
Thanks.
Viewing type *.tlb file
jena
They use the following APIs
http://msdn.microsoft.com/library/en-us/automat/html/56a7f9e1-810b-4a42-aa4d-691f4304f5ef.asp
http://msdn.microsoft.com/library/en-us/automat/html/c1e5d71f-6a4e-45f3-811d-f57024f81a55.asp
http://msdn.microsoft.com/library/en-us/automat/html/f3356463-3373-4279-bae1-953378aa2680.asp
If you google for them you may be able to find examples.