I’m trying to build a simple app for parenting control in .NET. The main idea is to force a certain user account to run my app and to block all access to windows desktop UI. Anyone know how can i achieve this or where should i start researching? Thanks.
Share
I was searching for this for a while and just found what seems to be a great example of something similar to what you might be trying to achieve. The well-known programming blogger Scott Hanselman wrote his BabySmash! program and hosted it over at CodePlex. It may not be exactly what you want, but looking at the methods he uses to block interaction with the OS/other programs outside your own might give you some ideas.
Description from the CodePlex page: