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.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