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?
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.
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