how to set error message of the independent form in the status bar of the mdi form in c#?
Posted
by mouna
on Stack Overflow
See other posts from Stack Overflow
or by mouna
Published on 2010-06-17T09:26:42Z
Indexed on
2010/06/17
9:43 UTC
Read the original article
Hit count: 179
i have one independent form where i am checking read only access of an xml file , if the file is read only then i have to display message in the status bar of MDI form. since i am using independent form to valid xml file, status bar of the MDI form is not displaying the error message. now how to display message?
thanx in advance
© Stack Overflow or respective owner