Windows Question?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
ghost181 wrote:
how to make windows programs terminate when the vb.net application is running.
Check out the Process class[^]. It'll do what you want as far as stopping processes.
ghost181 wrote:
the users cannot touch any system inside windows again until the vb.net application logoff
That is something you CAN'T do in code. This is better left up to Group Policies. You can find more information about setting up a machine for Kiosk mode operation in the Windows XP Resource Kit.
Dave Kreskowiak Microsoft MVP - Visual Basic