c# 4.0 - Close Any Dialog/MessageBox From C# applications -
we working on .net environment. applications having operation on microsoft files(open/close/save)
as there many message box prompt comes while opening few microsoft files. user has close dialog manually , start processing next file.
so there way, can perform our process without message box interruption ? or there way, can close dialog/messagebox c# code ?
thanks
Comments
Post a Comment