Home All Groups Group Topic Archive Search About
Author
27 Jun 2005 4:57 PM
Jim Campau
When you set up a button for example:

&Enter  you get E underscored and if an E is pressed it should start the
click event, only mine is not doing it.

What did I forget?

Thanks in advance

Author
27 Jun 2005 5:13 PM
Herfried K. Wagner [MVP]
"Jim Campau" <jim_cam***@bausch.com> schrieb;
> &Enter  you get E underscored and if an E is pressed it should start the
> click event, only mine is not doing it.
>
> What did I forget?

Pressing Alt+E will raise the 'Click' event.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
27 Jun 2005 5:21 PM
Cor Ligthert
Jim,

You are sure that you do not mean Alt E (on my keyboard I don't know if
every keyboard is the same)

I hope this helps,

Cor