View Full Version : how can you assign shortcut to a button w/a pic on it?


arage
10-17-2001, 12:21 PM
how can you assign shortcut to a button w/a pic on it?
If a button has a picture on it rather than text, how could you assign a shortcut key to it?

Rich
10-17-2001, 12:26 PM
Short cut to what?

arage
10-17-2001, 12:44 PM
pressing Ctrl C would take you to a control whose label has &C, but when i tried the same thing with a label attached to a button, the code did not "push" the button.

pcs
10-17-2001, 05:05 PM
well, Control+C won't work...you need to use Alt+C...

even if you have a pix on the command button it will still respond to &C, if that is what you have in the caption property...

al