--- In [email protected], "Sheri" <sheri...@...> wrote:
> > ActiveX Documenter > > http://vbaccelerator.com/home/VB/Utilities/ActiveX_Documenter/article.asp I got the VB5 version running, had to register SSubTmr.dll Looks more complete than what is gotten by JSCom or TLViewer (also TLViewer's rtf output is broken), but I had to increase the maximum text size of its richedit20A to see all that it could offer based on my TLB. Otherwise the text overflowed with "All libraries" selected. local WM_USER = 0x0400 local EM_EXLIMITTEXT = (WM_USER + 53) win.SendMessage(win.childhandlelist(win.handle("=TLBHelp"),"c=Richedit20A"),;;+ EM_EXLIMITTEXT, 0, -1) Being familiar with richedit controls is occasionally useful ;}
