Hello!
I made a Windows Service which logs user activities. There is an option called "Allow service to interact with desktop", and I would like to check this box programatically . I found this page: http://bytes.com/forum/thread258609.ht ml
On that there is a solution, but I got an error on this line:
GetMethodParame ters("Change");
The error is: "Not found".
I dont know what should I do to make it work.
Thanks for help!
I made a Windows Service which logs user activities. There is an option called "Allow service to interact with desktop", and I would like to check this box programatically . I found this page: http://bytes.com/forum/thread258609.ht ml
On that there is a solution, but I got an error on this line:
GetMethodParame ters("Change");
The error is: "Not found".
I dont know what should I do to make it work.
Thanks for help!
Comment