R
Ricardo Correia
Hello,
Does anyone know how to open an application from a
windows service??
For example, I have a windows service running and using a
timer or something else I want to open Windows Calculator!
I used:
Shell("calc", AppWinStyle.NormalFocus)
and
Process.Start("calc")
but nothing seems to work!
Thanks for any help,
Ricardo Correia
Does anyone know how to open an application from a
windows service??
For example, I have a windows service running and using a
timer or something else I want to open Windows Calculator!
I used:
Shell("calc", AppWinStyle.NormalFocus)
and
Process.Start("calc")
but nothing seems to work!
Thanks for any help,
Ricardo Correia