RE: How to Simulate CTRL+ALT+DEL dialog box from a Ap---plication

I was able to modify the keyboard filter driver from sysinternals.com to
change some keys to CTRL+ALT+DEL and get the “NT security dialog box”. Now
its very awkward that it just changes some aticular keys to CTRL, ALT and
DEL. What I’m looking for is to ma some articular key combinations to
CTRL+ALT+DEL so that otherwise the keys work normal. I don’t know whether
the architecture of keyboard driver will allow me to do that.

Thanks,
Sajeev.

----Original Message-----
From: Matteo Pelati [mailto:xxxxx@dolce.it]
Sent: Thursday, September 21, 2000 4:26 PM
To: NT Developers Interest List
Subject: [ntdev] RE: How to Simulate CTRL+ALT+DEL dialog box from a Ap
plication

Maybe you can do that writing a customized MSGINA.DLL. I know that that dll
is invoked when you press Ctrl-Alt-Del. I don’t know much about it but in
the past i found an article talking about how the operations that are
started when you press Ctrl-Alt-Del can be customized. On the net you can
find some stuff about it.

Matteo

----- Original Message -----
From: “Chris Telting”
To: “NT Developers Interest List”
Sent: Thursday, September 21, 2000 12:39 PM
Subject: [ntdev] RE: How to Simulate CTRL+ALT+DEL dialog box from a Ap
plication

> > I think you didn’t get me correctly. My intention is not to beat the
> > security of Windows NT. I don’t want to show a fake dialog box during a
> > CTRL+ALT+DEL key combination. Instead when my application is running,
for
> > some action by the user I need to pass control onto the “Windows NT
> > Security” dialog box which pops up when you press the CTRL+ALT+DEL key
> > combination. I think I made myself clear.
>
> What you want is a part of the security subsystem. NT has been designed
> to prevent what you want. It is off limits. It might not be totally
> impossible but it’s probably close enough to unpractical. One way I can
> think of would be a programmable device hooked up to the keyboard and
> mouse.
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@dolce.it
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>
>


You are currently subscribed to ntdev as: xxxxx@amiindia.co.in
To unsubscribe send a blank email to $subst(‘Email.Unsub’)