I'm presently building a .DLL add-in for Solidworks using VB6. In my project, I use an office web component in a new modelview tab (pretty much like in the api fundamentals book) and an OCX control featuring a listview with selectable components that is nested in the feature manager. Running the program as an EXE is great, the listview control is added and populated and the web component is created. I just can't respond to events (which is normal, I think). But when I compile it into an activeX dll and add it to solidworks, solidworks tells me that it couldn't load it because either the dll or one of it's component is missing. Any idea why it runs fine when pressing F5 in VB and not when compiled as a dll? Thanks! Louis-Philippe