Advertisement

1 - 10 of 37 containing alltags:("showdialog") (0 seconds)
I have a multi-threaded progress bar form to show progress for what should be a large process. i call this form by form.StartOperation() form.ShowDialog(this) on some occasions the startope...
Zones: C#Date Answered: 03/09/2004 Grade: A Views: 86
I have been using Forms - and therefore .showDialog() -  (in J++ - although I'm pretty sure this is just WinAPI stuff so applies equally from C++ or VBasic) for a long time but they seem to (mis)...
Zones: Windows ProgrammingDate Answered: 10/29/2004 Grade: A Views: 0
Is there a way to force ShowDialog Result
Zones: ProgrammingDate Answered: 12/21/2004 Grade: B Views: 22
hi !! i have a console application, which is of the following structure //some lines //show Form (and pause) //some more lines //show Form again (and pause again) //yet more lines when t...
Zones: C#Date Answered: 05/10/2005 Grade: A Views: 0
In the following code: if (f.ShowDialog(this) == DialogResult.Cancel) return; I can't seem to use a f.btnOk.PerformClick(); on the form I'm calling with ShowDialog.  How do I get the above code t...
Zones: ProgrammingDate Answered: 12/01/2005 Grade: A Views: 244
speak newbie to me. I have an application that has a wizard which is a dialog not a form, apparently this was done in order for it to freeze the application while the wizard is running. Now the th...
Zones: C#Date Answered: 04/06/2006 Grade: A Views: 0
I am displaying a form, with a textbox and a property saveName. When I try to call that function after the form closes, there is no value in the property.         Dim saveAsForm As New FrmSave...
Zones: MS Visual BasicDate Answered: 07/19/2006 Grade: A Views: 0
Hi, I have three forms in my application. Form1 is the main form for the program. A button on Form1 is coded like this:- =====Button on Form1====== Dim frmForm2 As New Form2 frmForm2.Sho...
Zones: Visual StudioDate Answered: 12/04/2007 Grade: A Views: 4
Hello Expert, I have a form and my frmMainMenu is the mdiParent, and on the frmMainMenu when i select to open ProjectInfo I make that the child                                                 thi...
Zones: C#Date Answered: 04/13/2004 Grade: A Views: 30
I have a timer that updates a "live" display every 100MS.  In the timer ellapsed method, I have a lock(this) around the code in this ellapsed method.  This all seems to work fine.  But I noticed in...
Zones: C#Date Answered: 03/20/2005 Grade: A Views: 0