showdialog
DialogResult problem in wpf
I have a window that I open a few times as a ShowDialog. Every time I open it I use the new keyword in the first time i did:[详细]
2023-03-21 05:53 分类:问答Data validation on ShowDialog window in WPF
I have a window that I display as ShowDialog in the window I have some textboxes binding to object that implement INotifyPropertyChannges and IDataErrorInfo.[详细]
2023-03-19 16:55 分类:问答Dialog Window Gets Lost Behind Other Windows
I\'m new to WPF so this is probably a pretty easy probl开发者_JAVA技巧em.I open a dialog window using ShowDialog().Then, if I click into another window that\'s fullscreen or just covers my dialog, it\[详细]
2023-03-18 20:55 分类:问答Reopen a closed Form that was shown using ShowDialog()
I am making one application in which there is one main Form FormMain and one helper Form FormHelper. For understanding, take an example that in FormMain the user is typing in the orders and frequentl[详细]
2023-03-12 12:10 分类:问答C# :how to have message box within an event handler that freezes the application until Ok is pressed?
Hi I have this in the main NetworkChange.NetworkAddressChanged += new NetworkAddressChangedEventHandler(AddressChangedCallback);[详细]
2023-03-10 16:35 分类:问答c# List view focus
I have a problem in focusing the listview.In my form i have a listview which contains two columns(Question_text, question_id).When a button is get clicked(Show button) a dialog box is get opened and i[详细]
2023-03-10 02:14 分类:问答C# thread and ShowDialog problem
ProgressForm Class: public partial class ProgressForm : Form { public int prc = 0, sz; MainForm mf; public ProgressForm(MainForm MF)[详细]
2023-03-08 16:24 分类:问答ShowDialog() memory leak workaround
In my company\'s enterprise solution, I am going through and cleaning out as many memory leaks as I can.[详细]
2023-02-27 06:05 分类:问答AlertDialog in android 2.1
I create and show my dialog i开发者_StackOverflown next way: showDialog(1); // Logcat say me that mistake is here.[详细]
2023-02-27 01:50 分类:问答Pass data between web forms inside ASP.NET
In Winforms I Can do following protected void SomeButonClick(object sender, EventArgs e) { ChildForm cf = new ChildForm();[详细]
2023-02-26 03:35 分类:问答