TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
spyder.snyper
NA
15
13k
Text box + ctrl Shortcuts
Nov 12 2006 6:38 PM
So I've got this form with a bunch of text boxes. I had to modify one from what Visual Studio makes the 'default' settings. The only thing (that i can think of) that I changed was: 1. I added a context menu 2. I made it multi-line But now none of my ctrl shortcuts (ctrl+A for select all, ctrl+C for copy, ctrl+V for paste, etc...) work anymore. So now my questions... First off, how can I get the shortcuts back. I tried various code structures in the 'KeyDown' event for the text box. I can get the ctrl key to fire off code, and I can get the 'A' key to fire code, but I can't get BOTH to do so. So how do I get my ctrl shortcut functionality back??? Secondly, how did it happen in the first place? Did either of my 'customizations' break that functionality? Personally, I can't se how. But that's just me... So any and all help with this issue would be greatly appreciated. Thanks...
Reply
Answers (
0
)
Help me on datagrid
ODBC Command Problems