MessageBox closing Issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kaaustubh
    New Member
    • Jun 2008
    • 1

    MessageBox closing Issue

    Hi,
    I am developing an application for Windows Mobile in C# .Net CF.
    I just wanted to know that is there any way to determine at any point of time whether a dialog(Message) box is open or not? If its open then i just want to close it programmtically .
    Waiting for help.
    Thanks
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    MessageBox is usually blocking, so if you open one, your code on that thread will halt until it is closed.

    Comment

    Working...