Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

My requirement is to "Change the system user group through windows service".

On Administrator login I have installed the windows service which will run always. When I login with normal user, from the windows application button click I've to pass the userName to the running windows service. Service should read the username and move the user to Administrative group.

Please suggest me how to pass parameters to running service.

Thanks in advance
Posted
Updated 7-Dec-11 23:33pm
v2
Comments
[no name] 8-Dec-11 5:34am    
EDIT: added b tag

1 solution

You'll have to handle the communication yourself.
Have a look here[^] or here[^] for possible solutions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900