I have multiple forms based application in that I have some entry forms, if in entry form filled and submit button clicked then I want to display submitting status in main form status-strip
I used like this but not working
Main status = new Main();
status.workStatusStrip.Text = "Submitted Successfully";
sample code preferred..
Good old static globals (remember vb?)
}