Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

Changing addin icon

$
0
0
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:
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

Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>