modeless
C# Windows forms cascading windows
I currently have a menu button that allows users to open a new dialog which I would like to be placed directly to the right of the main form. The user can open as many of these dialogs as they w开发者[详细]
2023-04-07 04:22 分类:问答Why does the taskbar appear when modeless dialog displayed on top of 3rd party fullscreen app?
I\'ve uploaded a VS2010 project at the below location. This test app should be run once you have a full screen application running. As soon as its running, you have 2 seconds to click back on your ful[详细]
2023-04-02 18:15 分类:问答Why does the task bar appear when I display a self-drawn modeless dialog? .. sometimes?
I have an interesting (but frustraring) problem. I have an application which uses the full screen (this is meant to simulate a third-party fullscreen POS application).[详细]
2023-04-02 02:06 分类:问答Modeless Child WPF Window to a native MFC MDI Application
I have an MFC MDI application and I am trying to add a new dialog to it. I want this dialog to be in WPF (a Window basically rather than a dialog). This window should be modeless and a child to the cu[详细]
2023-03-31 18:21 分类:问答How to prevent non modal windows on a new STA thread from closing
I want to open som开发者_运维技巧e non model windows (WPF) but at the point that this has to happen I am on a non STA thread. So I start a new thread and open them on there. But as soon as the are ope[详细]
2023-03-09 23:35 分类:问答WPF modeless dialog renders textbox uneditable
A WPF form that I launch from a WinForms window shows up with all textboxes as uneditable when it\'s launched as a modeless dialog. It works well when it\'s a modal window. I\'m still able to type spa[详细]
2023-03-01 12:26 分类:问答Modeless JDialog not showing contents
(Java SE 6) I\'m trying to create a pop-up dialog that displays a \"please wait\" message while my program does some time-intensive work. To do this, I\'ve chosen to use a modeless JDialog, so that th[详细]
2023-02-17 16:19 分类:问答How to destroy a modeless dialog when it loses the focus?
I have a created modeless dialog and placed a grid on top of this dialog(Grid completely overlaps on dialog).This will be shown when user clicks F2.Now when user clicks left mouse button outside the d[详细]
2023-02-16 13:09 分类:问答MFC modeless and modal dialog
I have an application with tray icon. There is a hidden main window (CMainFrm), which is used to process tray icon messages. The tray icon has a context menu: Settings, Help, Exit commands.[详细]
2023-02-12 02:50 分类:问答Android Modeless Popupwindow
I can\'t seem to create a modeless popupwindow in Android. I can create a popupwindow just fine, and it will receive events. However, what I need is for it to receive its events, and if the user click[详细]
2023-02-05 14:18 分类:问答