Saturday 6 October 2012

MDI parent find status and menu strip



       



            StatusStrip ss = (StatusStrip)this.MdiParent.Controls.Find("statusStrip2", true)[0];          
            ToolStripStatusLabel ti = (ToolStripStatusLabel)ss.Items["toolStripStatusLabel9"];
           ti.Text ="Net Balance : " + DataPro.UserAccountInfo.UserAcc().ToString();

No comments:

Post a Comment