I am trying to implement a non blocking message box and what I do is I call another form's show method and disable the main form. However, I noticed that there are gray boxes on the form when i disabled the main form. I am currently using .net cf 2.0. Is there a workaround to avoid this?
The showdialog works fine and i dont see that gray lines however, it is a blocking method.