Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Right-click context menu (copy/paste) doesn't work on MDIChildForms...
 

Right-click context menu (copy/paste) doesn't work on MDIChildForms...

I'm having a strange problem. I have an MDI form and about 50 or so child forms. What began to happen is that when I open a child form and perform a right-click on a textbox, for instance... the 'copy/paste, etc' standard context menu no longer appears.

I'm not doing anything outside of normal with the Child Form. I've googled this issue for a while without success.

I'm not sure what is causing this to occur... and was hoping that someone might have encountered this issue as well.
DataObjx  Monday, July 13, 2009 5:14 PM
Hi DataObjx,

Is it a TextBox or a RichTextBox? For the RichTextBox, it won't show default ContextMenuStrip when right clicked. But for TextBox, it should show ContextMenuStrip no matter whether it is an MDI child.

Sincerely,
Kira Qian
Please mark the replies as answers if they help and unmark if they don't.
Kira Qian  Wednesday, July 15, 2009 3:05 AM
We are changing the issue type to “General Discussion�because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question�by opening the Options list at the top of the post editor window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.
Please mark the replies as answers if they help and unmark if they don't.
Kira Qian  Monday, July 20, 2009 5:37 AM

You can use google to search for other answers

Custom Search

More Threads

• TabControl question...
• radio button in VB6
• closing one form when another form opens
• Copy/Paste & DesignSurface
• <URGENT> Calling a parent form method from a child user control
• Win32 and C# Window Styles. Why different ?
• how can we have Image and corresponding text in ListBox
• Data Binding with a Hashtable
• List Box Cell in DataGridView
• Custom design-time control dragging.