Tag Archives: programming
Make MSDN Website Load Faster
The MSDN website sucks. It loads extremely slowly, and is visually cluttered. It turns out that MSDN has a low-bandwidth (“loband”) option. This will cause MSDN to render using much simpler HTML, which loads much more quickly and has a … Continue reading
How to Export a Type Library
It had been awhile since I’d exported a TypeLib, so I had forgotten how! The world has moved on to .Net and its “tlxexp.exe” tool, which is for .Net/CLR assemblies only. 1) Download OLEVIEW.EXE the OLE/COM Object Viewer