I am tring to create a program for my sister. She want to be able to prevent her kids from running any program she tell mine. She want it to ask for a password before even running the program. And depending on if the user get the password correct or not, determines whether the program is even loaded.

I have tried several different methods of doing this and nothing seems to work. I have tried API calls, like FindWindowEx. I believe the only way to do this is to intecept the double click event for the either the shortcut or application itself but I don't know how to go about this. I have access to both VB 5.0 and 6.0., but I use 5.0 more often.