Hi all
I'm trying to make some sense of some existing code but thus far, not so much... hoping maybe someone here can explain what exactly the end result of this is...
What exactly does this do? What is the effect of defining a status strip like that? It's not in the GUI so?
Thanks!
I'm trying to make some sense of some existing code but thus far, not so much... hoping maybe someone here can explain what exactly the end result of this is...
VB.NET:
Private mystatusLabel As New ToolStripStatusLabel
mystatusLabel.Text = System.DateTime.Now.ToString() + " :: Initialization..."
What exactly does this do? What is the effect of defining a status strip like that? It's not in the GUI so?
Thanks!