I m creating a VB.NET application and i want to create a keyboard shortcut to insert a dat but i want the shortcut to be ctrl-;

Now i have a hidden button with caption &; ... but this is Alt-; .

so how can i do this with ctrl instead of Alt?

tnx in advance