Microsoft Internet Knowledge Base Add-In for VB
Steps To Create a VB Add-In
Instancing: Creatable MultiUse
Public: True
Public Sub ConnectAddIn(vbinstance As Object)
' TO DO:
' Store the instance of vb in a class member variable,
' and add any menu items here, linking the menu items
' to event handlers in your class.
End Sub
and
Public Sub DisconnectAddIn(Mode As Integer)
' TO DO:
' Clean up and remove any menus you have added to the VB IDE
End Sub
[Add-Ins32] YourProjectName.YourAddInClass=1
![]()