M
Maurice Mertens
Hi,
I'm trying to set shortcut keys for textboxes. But what is the best way to
do this in VB.NET. In Access it was very simple, just put an "&" sign in
the label that belongs to the textbox. But in VB.NET it looks like you have
to program code for the shortcut keys.
Like putting this code in the Form_KeyUp:
If e.Alt And e.KeyCode = Keys.L Then Me.ActiveControl = Me.TextBox1
Is this correct?
--
Met vriendelijke groet / With regards / Saludos,
Moviat Automatisering
Maurice Mertens
mauricem@moviat_KillSpamWordForEMail.nl
tel: +31 162 470 534
fax: +31 162 470 502
I'm trying to set shortcut keys for textboxes. But what is the best way to
do this in VB.NET. In Access it was very simple, just put an "&" sign in
the label that belongs to the textbox. But in VB.NET it looks like you have
to program code for the shortcut keys.
Like putting this code in the Form_KeyUp:
If e.Alt And e.KeyCode = Keys.L Then Me.ActiveControl = Me.TextBox1
Is this correct?
--
Met vriendelijke groet / With regards / Saludos,
Moviat Automatisering
Maurice Mertens
mauricem@moviat_KillSpamWordForEMail.nl
tel: +31 162 470 534
fax: +31 162 470 502