showdialog
C#/WPF, how to make a window (created with Window.ShowDialog()) title bar blink when clicking its parent window (like MessageBox does)?
I\'m trying to create a custom MessageBox by using a WPF Window that is c开发者_JAVA百科alled with ShowDialog().[详细]
2023-01-22 06:26 分类:问答How to open a frmWindow a second time wothout refreshing a grid in the first one?
I have a Window with a Grid that is making a select from MySQL, and using the .Show() function insted of ShowDialog().I can open the same w开发者_运维知识库indow a second time to have two instances of[详细]
2023-01-19 09:11 分类:问答How do I assign an event handler in winfowms using a custom ShowDialog?
I have a ShowDialog that takes several parameters.Is there a way to also pass it a delegate to handle an event on the parent form?(As opposed to instantiating the dialog, then adding the event, then c[详细]
2023-01-13 02:25 分类:问答Application crashes while doing AlertDialog.Builder create() method - Android
I am testing my application on an LG Eve phone. I have an application that tries to download something from the web, and when it throws an exception, it is supposed to launch an alertdialog saying tha[详细]
2023-01-12 08:35 分类:问答Why does hiding the child form also hide the parent form?
I have three forms: A, B an开发者_开发问答d C. Upon a button being clicked, A displays B. Similarly, B displays C. Both using the ShowDialog() method.[详细]
2023-01-11 13:41 分类:问答Winforms application with no main form - dialog not shown on top
I have a winforms application that doesn\'t really have a main form - it\'s just a simple file handling tool so it doesn\'开发者_如何学Pythont really need one.[详细]
2023-01-04 02:48 分类:问答Upgraded to Silverlight 4 cause System.Security.SecurityException
Trying to open a file dialog but I get an exception when calling ShowDialog. This pice of code have always worked fine but I think when I upgrade to Silverlight 4 it caused some problem.[详细]
2023-01-01 18:22 分类:问答Windows Forms and ShowDialog problem
I have a borderless Windows Forms application. The main window creates other forms (simple dialogs where I can click yes or no) with ShowDialog().[详细]
2023-01-01 11:48 分类:问答ShowDialog on MEF Component Only Works Once
I created a WPF Window and made it a MEF Export. I can do a ShowDialog once on the MEF Import but the second time it aborts because the M开发者_Go百科EF component was closed by the first ShowDialog.[详细]
2023-01-01 09:38 分类:问答Compact Framework: Show Dialog and executing code AFTER the form shows
Working in .开发者_开发知识库NET Compact Framework, C#, .Net 3.5, Visual Studio 2008. Targeting Windows Mobile and CE devices from the same project (it\'s a CE app, runs on both types of devices).[详细]
2022-12-31 03:12 分类:问答