bjwade62 Posted May 24, 2006 Posted May 24, 2006 I know how to use the KeyDown event, but what if I want two keys down. Like Ctrl + V...? Quote
bjwade62 Posted May 24, 2006 Author Posted May 24, 2006 Got it. If e.Alt AndAlso e.KeyValue = Keys.V Then MessageBox.Show("Version 1.00") End If Quote
Administrators PlausiblyDamp Posted May 24, 2006 Administrators Posted May 24, 2006 In that case use either the KeyUp or KeyDown events. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.