Restiction to certain applications
-
Hi... Is there any way to restrict the current logged in use to access certain applications in windows environment…!! VB.net 2005 Thanks...
Not really, no.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi... Is there any way to restrict the current logged in use to access certain applications in windows environment…!! VB.net 2005 Thanks...
Yes. You may do so by creating a timer. Inside the timer Tick() event, type system.diagnostics.process.kill("<processname>"), where <processname> is the process you wish to end. Please mail me with any questions or comments. Best Regards, Richard Faulkner