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

Use icons in Visual Studio 2013 StatusBAr

$
0
0

Hi,

I am using the following code to try to display a save icon for example.

            object icon = Constants.SBAI_Save;
            this.Bar.Animation(1, ref icon);
            this.Bar.SetText(message);
            System.Windows.Forms.MessageBox.Show("Click OK to end status bar animation.");

            this.Bar.Animation(0, ref icon);
            this.Bar.Clear();

In visual studio 2013 premium and professional this does not work, i able able to show the progress bar and display custom messages but none of the SBAI_ icons show up when a set them to show up. Ultimately i want to had my own custom icon, but cannot figure out whats going on with the defaults ones

Thanks in advance

Br,

Jorge Costa


Viewing all articles
Browse latest Browse all 4410

Trending Articles



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