How do i assign a shortcut key to button in VB6.
&Print ---> for "P" i.e (Alt+p)
how do i do this using code.
thanks in advance.
Printable View
How do i assign a shortcut key to button in VB6.
&Print ---> for "P" i.e (Alt+p)
how do i do this using code.
thanks in advance.
Set the caption property of the button
Code:Command1.Caption="&Print"