I'm trying to change the icon used by an add-in, but I'm having no luck. I can change it for other add-ins I've copied or downloaded but mine steadfastly refuses to change.
This is the AddNamedCommand2 line:
Clearly, I've broken something somewhere, I've checked my code against working sample code and can find no differences, now I have no idea where else to check.
All a bit vague I know, but does anyone have any ideas as to what may be causing the problem?
TIA
Carl
This is the AddNamedCommand2 line:
| Command command = commands.AddNamedCommand2( |
| _addInInstance, |
| "SourceHeaders2008", |
| "SourceHeaders2008", |
| "Executes the command for SourceHeaders2008", |
| true, |
| 6743, |
| ref contextGUIDS, |
| (int)vsCommandStatus.vsCommandStatusSupported+(int)vsCommandStatus.vsCommandStatusEnabled, |
| (int)vsCommandStyle.vsCommandStylePictAndText, |
| vsCommandControlType.vsCommandControlTy |
Clearly, I've broken something somewhere, I've checked my code against working sample code and can find no differences, now I have no idea where else to check.
All a bit vague I know, but does anyone have any ideas as to what may be causing the problem?
TIA
Carl