about showing Windows Error Messages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pvenkatesh2k4
    New Member
    • Feb 2008
    • 18

    about showing Windows Error Messages

    hi,
    i have developed an Windows service with exception handling. i handled the exceptions by writing the errrors in file. but now i need to show the errors as like Windows eroor Messages. i tried messages.show . but it does not works. is it possible? if so,how to do that?

    Thanks in advance
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by pvenkatesh2k4
    hi,
    i have developed an Windows service with exception handling. i handled the exceptions by writing the errrors in file. but now i need to show the errors as like Windows eroor Messages. i tried messages.show . but it does not works. is it possible? if so,how to do that?

    Thanks in advance
    Di you try MessageBox.Show ?

    Comment

    Working...