I really hope I never need to remember this ever again, but, I was fixing up a little AddIn for VB6.0 that we still use here!
The Add In kept showing a caption of My AddIn. Really annoying.
You can change most other attributes of the add in, in the designer for the Connect class. But changing the menu caption involves changing the code behind it.
Right click on the "connect" class in your Solution Explorer and go to "View Code".
Search for "My AddIn". You'll find it in the AddinInstance_OnConnection event handler. Change the text in the AddToAddInCommandBar call, to be whatever you would like to appear on the menu.
Thanks to http://www.twohootssoftware.co.uk/tips/vbaddintips.html for steering me here - actually providing the solution.
Friday, August 29, 2008
Thursday, August 07, 2008
VSS and VB6.0
Geez I hope I never need to refer to this again, but just in case, I've been rebuilding my PC again this week and needed to setup VB6.0 as "Constructor" is still written in that...anyway, I installed VB6.0 then VSS 2005 but couldn't see the Source Safe option on the tools menu...
Turns out, you need an entry in the vbaddins.dll in the windows folder like this:
[Add-Ins32]
vbscc=1
See this post...http://forums.msdn.microsoft.com/en-US/vssourcecontrol/thread/ba5dd659-0b14-48ce-b51d-9478693b632b/
Turns out, you need an entry in the vbaddins.dll in the windows folder like this:
[Add-Ins32]
vbscc=1
See this post...http://forums.msdn.microsoft.com/en-US/vssourcecontrol/thread/ba5dd659-0b14-48ce-b51d-9478693b632b/
Subscribe to:
Posts (Atom)