change the text on status bar at run time
hi guys
i have a status bar on my windows form. i have also mdi form and some child form.
status bar is in mdi form.. when i open the child form i want to see the current open child form name in the status bar first pannel.
this is possible when i open the child form then status bar show the form name it is set by mannulay,eg.
if form1.show then
status.panel(0).texxt="form1" open
but when the child form closed then status bar not in existing condition.
it means i can't access the satus bar to the child form. give me suggestion
thanks