H Herfried K. Wagner [MVP] Feb 20, 2004 #2 * "OC said: Is this easily accomplished? Click to expand... \\\ DirectCast(Me.MdiParent, MainForm).StatusBar1.Text = "Working very, very hard" ///
* "OC said: Is this easily accomplished? Click to expand... \\\ DirectCast(Me.MdiParent, MainForm).StatusBar1.Text = "Working very, very hard" ///
O OC Feb 25, 2004 #3 What would be the C# equivilent for this? Herfried K. Wagner said: \\\ DirectCast(Me.MdiParent, MainForm).StatusBar1.Text = "Working very, very hard" /// Click to expand...
What would be the C# equivilent for this? Herfried K. Wagner said: \\\ DirectCast(Me.MdiParent, MainForm).StatusBar1.Text = "Working very, very hard" /// Click to expand...
H Herfried K. Wagner [MVP] Feb 25, 2004 #4 * "OC said: What would be the C# equivilent for this? Click to expand... \\\ ((Form1)this.MdiParent).StatusBar1.Text = "XYZ"; ///
* "OC said: What would be the C# equivilent for this? Click to expand... \\\ ((Form1)this.MdiParent).StatusBar1.Text = "XYZ"; ///