|
 |
access thread: Keyboard keys
Message #1 by "Enzo Zaragoza" <enzaux@g...> on Wed, 23 Jan 2002 02:48:00 +0800
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0023_01C1A3B8.5F2A4440
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
HI!!!
Is there any site that you could recommend where I could get the
keyboard keys equivalent in VB? like F1 - vbkeyF1, F2 - vbkeyF2.
Because I would also like to know how to detect if the user has key in
CTRL + E and etc.
Any ideas how to do this?
Thanks,
Enzo :)
Message #2 by "Leo Scott" <leoscott@c...> on Tue, 22 Jan 2002 13:21:18 -0800
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0014_01C1A347.ACFFB810
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Open the VBA window in Access, then open the Object Browser and select VBA from the top combo box in the Object Browser.
Then under classes (left pane) select <globals> and scroll the right pane down and you will find all the vbKey
constants.
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: Tuesday, January 22, 2002 10:48 AM
To: Access
Subject: [access] Keyboard keys
HI!!!
Is there any site that you could recommend where I could get the keyboard keys equivalent in VB? like F1 -
vbkeyF1, F2 - vbkeyF2. Because I would also like to know how to detect if the user has key in CTRL + E and etc.
Any ideas how to do this?
Thanks,
Enzo :)
Message #3 by "Zaragoza, Enzo" <enzaux@y...> on Wed, 23 Jan 2002 05:41:32 +0800
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0095_01C1A3D0.9D42F2A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Thanks Leo!
----- Original Message -----
From: Leo Scott
To: Access
Sent: Wednesday, January 23, 2002 5:21 AM
Subject: [access] RE: Keyboard keys
Open the VBA window in Access, then open the Object Browser and select
VBA from the top combo box in the Object Browser. Then under classes
(left pane) select <globals> and scroll the right pane down and you will
find all the vbKey constants.
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: Tuesday, January 22, 2002 10:48 AM
To: Access
Subject: [access] Keyboard keys
HI!!!
Is there any site that you could recommend where I could get the
keyboard keys equivalent in VB? like F1 - vbkeyF1, F2 - vbkeyF2.
Because I would also like to know how to detect if the user has key in
CTRL + E and etc.
Any ideas how to do this?
Thanks,
Enzo :)
$subst('Email.Unsub').
$subst('Email.Unsub').
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Message #4 by "Zaragoza, Enzo" <enzaux@y...> on Wed, 23 Jan 2002 05:44:53 +0800
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_009D_01C1A3D1.14C483C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
How I could concatinate two or more keys that were keyed in like for
example CTRL + X?
Thanks,
Enzo :)
----- Original Message -----
From: Leo Scott
To: Access
Sent: Wednesday, January 23, 2002 5:21 AM
Subject: [access] RE: Keyboard keys
Open the VBA window in Access, then open the Object Browser and select
VBA from the top combo box in the Object Browser. Then under classes
(left pane) select <globals> and scroll the right pane down and you will
find all the vbKey constants.
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: Tuesday, January 22, 2002 10:48 AM
To: Access
Subject: [access] Keyboard keys
HI!!!
Is there any site that you could recommend where I could get the
keyboard keys equivalent in VB? like F1 - vbkeyF1, F2 - vbkeyF2.
Because I would also like to know how to detect if the user has key in
CTRL + E and etc.
Any ideas how to do this?
Thanks,
Enzo :)
$subst('Email.Unsub').
$subst('Email.Unsub').
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Message #5 by John Fejsa <John.Fejsa@h...> on Wed, 23 Jan 2002 09:14:29 +1100
|
|
Better still.
Open the VBA window in Access, then open the Object Browser and select VBA
from the top combo box in the Object Browser.
Then under classes (left pane) select <keycode constants> (rather then
<globals>) and scroll the right pane down and you will find all the vbKey
constants.
JohnF
>>> leoscott@c... 23/01/2002 8:21:18 >>>
Open the VBA window in Access, then open the Object Browser and select VBA
from the top combo box in the Object Browser.
Then under classes (left pane) select <globals> and scroll the right pane
down and you will find all the vbKey
constants.
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: Tuesday, January 22, 2002 10:48 AM
To: Access
Subject: [access] Keyboard keys
HI!!!
Is there any site that you could recommend where I could get the
keyboard keys equivalent in VB? like F1 -
vbkeyF1, F2 - vbkeyF2. Because I would also like to know how to detect if
the user has key in CTRL + E and etc.
Any ideas how to do this?
Thanks,
Enzo :)
This message is intended for the addressee named and may contain confidential information. If you are not the intended recipient,
please delete it and notify the sender. Views expressed in this message are those of the individual sender, and are not necessarily
the views of Hunter Health.
|
|
 |