|
-
Jan 8th, 2000, 07:49 AM
#1
Thread Starter
Junior Member
SendKeys Sends the keys one key at a time.
So how wod you Send the keys alt f4 at the Same time.
I'v Tride SendKeys "%{" & Chr$(18) &" "& vbKeyF4 & "}"
but that does nothing.
Chr$(18) is alt
Thaks
p.s. Yes I do Wont to Close the Ative Form
plese Help
-
Jan 8th, 2000, 08:34 AM
#2
Hyperactive Member
Hi, Stepeh.
For Alt key code is %
I belive Alt + F4 would be:
SendKeys "%{F4}"
Larisa
-
Jan 9th, 2000, 02:32 AM
#3
Thread Starter
Junior Member
Thanks Sooooo much
Stepeh
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
|