tags:

views:

51

answers:

1

what is best way to assign CRLF hotkey to button? In delphi it can be set to default one, but how its done in VB ?

A: 

You assign your button to the the form's .AcceptButton property.

danbystrom