I have a program that i need to be able to select multiple controls during runtime using the control key and a mouse click
How do i handle this event using keydown
it is a windows forms application containing 7 text boxes and a datagrid
i need the user to be able to use the control key as with many other applications to select individual controls at a time
Example: you have TextBox1 Textbox2 and so on
If the user only needs to copy individual contents to the clipboard they can hold down the control key on the keyboard and click the ones they need
I.E. If they need textbox1 and textbox4 only then they can hold the control key down and click on those two boxes or whatever boxes they need and copy the contents paste the contents cut the contents etc.
All i want to know is a simple and effective way to do this as it's used in most windows applications if someone knows a way other than the keydown event tell me i'll gladly take all solutions thanks
Thanks
Loading
Sam HobbsPosted Sep 13, 2011, 8:21 PM
Bobby OakesPosted Sep 13, 2011, 7:46 PM
This is what i'm trying to make possible.
Word notepad excel access most of your common windows applications has this functionality now how do i replicate it for my software
Thanks
Sam HobbsPosted Sep 13, 2011, 2:35 PM
Dorababu MekaPosted Sep 13, 2011, 11:58 AM