block CTRL+ALT+DEL ?

G

Gillard

hi all

is it possible to block the CTRL+ALT+DEL Key conbinations in a vb.net
application??

ans how to ??

please !
 
R

rowe_newsgroups

hi all

is it possible to block the CTRL+ALT+DEL  Key conbinations in a vb.net
application??

ans how to ??

please !

That immediately sounds like a very bad idea, if I ever had an
application do that to me I would immediately uninstall your
application and never, ever buy from you again.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
 
G

Gillard

i found it for XP


Microsoft.Win32.Registry.SetValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\",
"DisableTaskMgr", 1)
 
H

Herfried K. Wagner [MVP]

Gillard said:
is it possible to block the CTRL+ALT+DEL Key conbinations in a vb.net
application??

No, because Ctrl+Alt+Del is a Secure Attention Sequence (SAS). You may want
to write a (unmanaged, in C/C++, for example) GINA DLL to trap the key
combination.
 
G

Gillard

you should try the trick that i deed show ^^

Herfried K. Wagner said:
No, because Ctrl+Alt+Del is a Secure Attention Sequence (SAS). You may
want to write a (unmanaged, in C/C++, for example) GINA DLL to trap the
key combination.
 
F

Family Tree Mike

Since task manager starts with shift-ctrl-esc, are you sure this does what
you asked?
 
P

Peter Gibbons

is it possible to block the CTRL+ALT+DEL Key conbinations in a vb.net
That immediately sounds like a very bad idea, if I ever had an
application do that to me I would immediately uninstall your
application and never, ever buy from you again.

Full ACK. Why should an application block the most important system key
combination in the first place?
http://www.codeproject.com/KB/winsdk/AntonioWinLock.aspx Doesn't mention
XP or Vista as compatible have you already tested this on these
platforms and probably also x64 variants?

Regards,

Peter
 
J

Jeroen Achtelijke Graftak

Peter Gibbons, ye pribbling poor, a foul and pestilent congregation of
vapours. What a piece of work art thou!, ye dilated:
Full ACK. Why should an application block the most important system key
combination in the first place?
http://www.codeproject.com/KB/winsdk/AntonioWinLock.aspx Doesn't mention
XP or Vista as compatible have you already tested this on these platforms
and

References

1. Disabling Keys in Windows XP with Trapkeys by Paul DiLascia.
probably also x64 variants?

BWAHAHAHAHAHAHAHAH! You ****ing stupid ****.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top