yraykar Posted October 20, 2003 Posted October 20, 2003 Hello everyone, I am supposed to allow the user to select multiple values using ctrl key. I am not able to know if the ctrl key is pressed in mouseup event. I am using VB.Net Pl help me Quote
fadi Posted October 20, 2003 Posted October 20, 2003 use the keypress to know if the user is pressing the control, set a boolean upon that, and use the boolean in the mouseup event. Quote
*Experts* mutant Posted October 20, 2003 *Experts* Posted October 20, 2003 What control are trying to do that to? Quote
yraykar Posted October 20, 2003 Author Posted October 20, 2003 Re Hello mutant This is TrueDBGrid for .net Quote
yraykar Posted October 20, 2003 Author Posted October 20, 2003 Control.ModifierKeys Hey Guys I got it thanks any way usedcontrol.modifierkeys thanks again regards yraykar Quote
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.