hi all,
I want to disable Alt+F4 in my program, and disable the Ctrl+Alt+Del menu too (for win9x and win2k).
Hope you can help me.
Thanks.
Printable View
hi all,
I want to disable Alt+F4 in my program, and disable the Ctrl+Alt+Del menu too (for win9x and win2k).
Hope you can help me.
Thanks.
You cant disable Ctrl Alt Del in Win2k
you could disable TASK MANAGER by changing a reg value though. Search the forums....you'll find it for vb6. Then you can write it in vb.net.
Well
frankly i can do what i want on VB6
but a person asked me to do it on VB.NET which i still didn't learn.
So i just want to know if normal API calls are the same on VB.NET as on VB6.
Thanks in advance.