cjard
Well-known member
- Joined
- Apr 25, 2006
- Messages
- 7,081
- Programming Experience
- 10+
Ive been banging my head on something for a long time - in some apps i write, a textbox will accept me pressing Ctrl+C Ctrl+V to copy and paste etc. In other apps it doesnt work.
Ive eventually figured out today, that if the textbox is on a form that is an MDI child, then the keyboard shortcuts dont work. Maybe this is because they are being consumed before they reach the control, i dont know.. but i'd appreciate a solution if anyone knows how to mend this issue..
regards
Matt
Ive eventually figured out today, that if the textbox is on a form that is an MDI child, then the keyboard shortcuts dont work. Maybe this is because they are being consumed before they reach the control, i dont know.. but i'd appreciate a solution if anyone knows how to mend this issue..
regards
Matt