| re: how to pop up window form in windows service
Jorge:
Problem still remains. I have tried the method you refered . Only
difference, this time, application's name disappear from task manager,
before, I could see the name of application in the process tab of task
manager. (I use Process.star to lanuch another application.)
could u give me more hint?
"Jorge L Matos" wrote:
[color=blue]
> Jim,
>
> Make sure you click the "Allow service to interact with desktop" checkbox on
> the "Log On" tab of the properties page for the service.
>
> "jim656" wrote:
>[color=green]
> > windows service always running in the background. but in my case, when
> > running into a certain situation, I need to pop up a window form to notify
> > the user, how can I accomplish? I have tried to use Process.start, It really
> > run, but still keep in background.
> >
> >
> >[/color][/color] |