Is it possible in VB to disable the start button and the task bar? I want the user should be able to use only my program on this computer.
Thanks.
Printable View
Is it possible in VB to disable the start button and the task bar? I want the user should be able to use only my program on this computer.
Thanks.
you can make your application full screen so that it covers the startmenu.. then you can disable certain keys like the windows key and ctrl+alt+delete
But only in the toy operating systems....the NT/2000/XP line will not let you do this.Quote:
..then you can disable certain keys like the windows key and ctrl+alt+delete
Thanks! but how can I do that?
I do appreciate!!