[RESOLVED] How to create a plugin for Visual Basic 6 IDE
Hi there,
I am working on a migration project to convert a Visual Basic 6 system to a new platform. To make life easier for the programmers I would like to develop some plug-ins for the Microsoft Visual Basic 6 IDE. But until now I’ve found only information about using vb6 to write plug-ins for other programs. Does anybody have some information about how to create a plug-in for the Microsoft Visual Basic 6 IDE (SP6)?
Any help would be greatly appreciated!
Re: How to create a plugin for Visual Basic 6 IDE
Re: How to create a plugin for Visual Basic 6 IDE
I think what you are looking to do is create an Add-In. See if this gets you started. How to Build an Add-In
Re: How to create a plugin for Visual Basic 6 IDE
Thank you very much for your answer MarkT! That was exactly what I needed :)
Some extra links I used (In case people are looking for the same thing)
http://msdn.microsoft.com/en-us/libr...ffice.10).aspx (VB6 Object Model)
http://www.cpearson.com/excel/vbe.aspx (Some basics about working with add-ins and OM)