Global Popup Menu
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I want to make a Popup Menu (Undo-Cut-Copy-Paste-Delete-Select All) any use
it in several objects in almost all windows in an MDI application. In MDI,
there is several menus that works as regular application general menu.
How can I do?
Create a menu among others in MDI, but set Visible=False. When I need it,
from Mouse Up Event:
frmMDIForm.MyMenu.Visible = True
PopupMenu frmMDIForm.MyMenu.Visible
How to use Clipboard for Copy-Paste operation?
Please, help me.
Beforhand, thank you very much.
--
Luis Garcia
IT Consultant
.
Relevant Pages
- Re: Office for Mac & .mdi files
... If it's any comfort to you, .mdi files are just as much a frustration to ... Windows users as they are to you. ... MS Office Document Imaging seems to be the ... only app that can save/open files in that format. ... (microsoft.public.mac.office) - Re: Direct3D and an MDI interface
... I too have multiple MDI windows, ... handle of the current child window you want to render into. ... that handles the render task and updates the viewing area as needed. ... (microsoft.public.dotnet.languages.csharp) - Re: No appropriate default constructor available
... standard routing protocol for MDI or SDI, so if you have an MDI or SDI app (as suggested ... case it actually would make sense to put it in the mainframe. ... it is hard to create windows in a UI ... (microsoft.public.vc.mfc) - Re: Incorrect location of forms in MDI application
... The behaviour you perceive is the standard Windows MDI behaviour. ... protected override void Dispose(bool disposing) ... private void menuItem2_Click ... (microsoft.public.dotnet.framework.windowsforms) - MDI issue - second attempt
... So I here again outline what I am planning to implement - Anyone who ever used Microsodt Access, MS SQL-Server or Visual InterDEV database tools knows this kind of diagram - it shows the tables of arelational db as separate windows and draws the relationships between them on the view they are contained in. ... Using Shells in a container view I was in minutes able to put up 80% of this functionality - the only glitches I noticed so far: ... I tried to solve this with active repaints but found no way to repaint the Shell borders, ... What disturbed me there was a setence saying that all MDI childs would ALWAYS show close, ... (comp.lang.smalltalk.dolphin) |
|