www.xbdev.net
xbdev - software development
Monday October 21, 2024
Home | Contact | Support | Visual Studio Extensions Addins, Plugins, Packages...
     
 

Visual Studio Extensions

Addins, Plugins, Packages...

 

Visual Studio Plugin Snippets



Snippets and Hints to make your Visual Studio Add-Ins more professional.






The secret to adding in an icon and some commont text is using the following snippet:

_addInInstance.DTE.StatusBar.Text = "Loading Guidance Explorer AddIn...";
_addInInstance.DTE.StatusBar.Animate(true, vsStatusAnimation.vsStatusAnimationGeneral);












 
Advert (Support Website)

 
 Visitor:
Copyright (c) 2002-2024 xbdev.net - All rights reserved.
Designated articles, tutorials and software are the property of their respective owners.