Hi guys (and ladies, let's keep this gender-neutral),
I've hit a new and interesting problem with my one
VB.net 2005 application.
When the application is running, all my Windows-level shortcut keys don't work. This means that Ctrl-C, Ctrl-V, Ctrl-Z and all the other useful uniform shortcuts don't work at all on the application.
It is still possible for me to select text with the mouse and then right-click context-select 'Copy' and 'Paste', but that takes the speed out of it all.
I've checked for background threads and anything that may be trapping keyboard events, but there really isn't anything I can see that's causing this.
This is an MDI application, but the problem's occuring on both the MDI Parent and child forms.
Your assistance is greatly appreciated!
There are 10 types of people in this world; those who understand binary, and those who don't