Is it possible to change the icon in a StatusBarPanel? I know the code to change the text in the panel when a control is clicked etc... but I would like to change it for when a validation error occurs or when the program is doing a calculation.
Basicaly having two icons and depending on what the program is doing it will show one of the two icons in the StatusBarPanel along with the text that I place with the following code.
Any thoughts or links where I can find a decent tutorial ?Code:StatusBarPanel1.Text = "For Help, press F1."




Reply With Quote