Habe eine Lösung :
(Control.ModifierKeys And Keys.Control) = Keys.Control And e.KeyCode = Keys.C
dank an die MSDN :
http://msdn.microsoft.com/library/deu/default.asp?url=/library/deu/vbcon/html/vbtbsdeterminingwhichmodifierkeywaspressed.asp
Sehr hilfreich !!!
BEN