|
-
Nov 18th, 2000, 05:45 AM
#1
Thread Starter
Fanatic Member
hi,
i was wondering weather there is a way to send multiple keys
i want a program that when someone preses a command button it brings up the ctrl - alt- del dialog box, pref using sed keys
please include code
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
-
Nov 18th, 2000, 07:13 AM
#2
Fanatic Member
Maybe this?
Code:
SendKeys "%^{DELETE}"
(I don't have vb on this computer, so I can't test it)
-
Nov 18th, 2000, 07:33 AM
#3
Thread Starter
Fanatic Member
cheers for the help, but it doesn't do anything do you have any other suggestions ?
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
-
Nov 18th, 2000, 08:51 AM
#4
_______
<?>
It is not possible to synthesize a call to CTRL+ALT+DEL,
because pressing these keys on a keyboard does not send a
normal keyboard message--it generates a hardware interrupt
which is then handled by the OS. This is the reason Microsoft
used this key sequence to bring up the login dialog, because
there's no way a program which is trying to extract a user's
password can react to it without modifying the OS at a very low level.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Nov 18th, 2000, 09:22 AM
#5
Thread Starter
Fanatic Member
Damn,
do you know of any other way to get this box to appear in vb,
thanks to all
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
-
Nov 18th, 2000, 03:43 PM
#6
_______
<?>
Can't find that one anywhere. If I ever come across it I'll remember you.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|