Enabling and disabling desktop icons programmatically
C#
1
Posts
1
Posters
0
Views
1
Watching
-
My application has three users 1.Administrator 2.Cash collector 3.User .If somebody has logged in as administrator he should be given access to all the drives ,desktop etc. if he is a cash collector he should be shown only one shortcut on the desktop and other shortcuts should be disabled and if he is a user he should be shown only one folder on C drive. Is there any way to implement this functionality. Thank you.