i have windows service written in .net c#. know here: launching gui app windows service - window not appear. can allow service interact desktop. windows 7, however, dialog telling me "a program running on computer trying display message". service update service (think windows update) wanted pop dialog telling user update taking place , informing them of progress.
1) can display window service in windows 7?
2) can detect within service whether can interact desktop?
thanks, scott
you can't display ui service.
the normal approach problem run standard app in user's desktop , have service communicate app using preferred form of ipc.
Comments
Post a Comment