i would like to start a program as user from within a windows-service.
Is this possible?
Background is that i need to display a MessageBox and would simply do something like
MessageBox.Show(args[0]);
in the program.
i would like to start a program as user from within a windows-service.
Is this possible?
Background is that i need to display a MessageBox and would simply do something like
MessageBox.Show(args[0]);
in the program.