message box in windows service
C#
2
Posts
2
Posters
0
Views
1
Watching
-
im workingin windows service and i have to notify the user of specific messgae.showing message box is invalid in windows service.any solution. regards
-
im workingin windows service and i have to notify the user of specific messgae.showing message box is invalid in windows service.any solution. regards
Use .NET remoting and have a normal application listening to your service and then pop up a message. NOT good to have a service showing messages!
Recommended books: Troelsen for Visual Studio 2008 Vavilala's AJAX for ASP.NET