Hello,

Here is my problem.
When the user is on my form and if he / she hits ctrl + enter at the same time, I want certain text from a text box to move to another text box.

So im thinking I would do this is a form1_keypressevent??

enter key is chr(13) but what is the ctrl key?


Any help.

Thanks.