Hi,
I am having the following problem.
"I have a program with an MDIParent and child forms....I can not seem to copy and paste using keyboard shortcuts (ctrl+C, ctrl+V) to the MDIchild forms...I can copy and paste using mouse right click but just not with the keyboard."
TO test this I have created a two test app.
1. one app has From1 with two textbox - it has copy past in both shortcut and rightclick.
2. another application has an MDIParent and one from1, and I have changed MDIParent as start up page and From1 as teh child page of MDIParent and the childform has the two textbox. When I press new in running mdiparent the child form(From1) will open. Here
i have checked copy paste. chortcut key is not working and rightclick optionis working.
I want to do copy paste with shortcut key in MDIParent cild form's textbox. Can any one help me?