Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
GeneralRe: Cannot implicitly convert type 'System.DateTime?' to 'System.DateTime' Pin
Christian Graus4-Feb-09 9:24
protectorChristian Graus4-Feb-09 9:24 
AnswerRe: Cannot implicitly convert type 'System.DateTime?' to 'System.DateTime' Pin
Alan N4-Feb-09 7:58
Alan N4-Feb-09 7:58 
GeneralRe: Cannot implicitly convert type 'System.DateTime?' to 'System.DateTime' Pin
Lodeclaw4-Feb-09 8:01
Lodeclaw4-Feb-09 8:01 
AnswerRe: Cannot implicitly convert type 'System.DateTime?' to 'System.DateTime' Pin
Ben Fair4-Feb-09 8:03
Ben Fair4-Feb-09 8:03 
GeneralRe: Cannot implicitly convert type 'System.DateTime?' to 'System.DateTime' Pin
Lodeclaw4-Feb-09 8:07
Lodeclaw4-Feb-09 8:07 
GeneralRe: Cannot implicitly convert type 'System.DateTime?' to 'System.DateTime' Pin
Alan N4-Feb-09 8:16
Alan N4-Feb-09 8:16 
GeneralRe: Cannot implicitly convert type 'System.DateTime?' to 'System.DateTime' Pin
Lodeclaw4-Feb-09 8:24
Lodeclaw4-Feb-09 8:24 
QuestionHow to create a modal dialog during execution [modified] Pin
Don.Y4-Feb-09 7:21
Don.Y4-Feb-09 7:21 
I'm sorry about my English.But I wish you guys can understand what I said.

I wanna made a modal popup window when the application is executing.
Show some information to user,maybe execute message like "please wait..." or a progress bar something.

How to create a modal dialog during execution in winform?Give me sample source code would be better.

The Main Form will stoped execute when Form.ShowDialog(). I need show the popup form,and the main form still execute.

like this:

void subA()
{
ShowExecuteDialog(); //when show this popup dialog,still execute functionA,b,c,d..
FunctionA();
FunctionB();
FunctionC();
FunctionD();
CloseExecuteDialog();
}

modified on Thursday, February 5, 2009 5:14 AM

AnswerRe: How to made a modal dialog during execution Pin
musefan4-Feb-09 7:26
musefan4-Feb-09 7:26 
AnswerRe: How to made a modal dialog during execution Pin
vaghelabhavesh4-Feb-09 8:31
vaghelabhavesh4-Feb-09 8:31 
GeneralRe: How to made a modal dialog during execution Pin
Don.Y4-Feb-09 23:08
Don.Y4-Feb-09 23:08 
GeneralRe: How to made a modal dialog during execution Pin
Dave Kreskowiak5-Feb-09 2:11
mveDave Kreskowiak5-Feb-09 2:11 
GeneralSaving to exe Pin
SimpleData4-Feb-09 7:17
SimpleData4-Feb-09 7:17 
GeneralRe: Saving to exe Pin
musefan4-Feb-09 7:31
musefan4-Feb-09 7:31 
GeneralRe: Saving to exe Pin
musefan4-Feb-09 7:44
musefan4-Feb-09 7:44 
GeneralRe: Saving to exe Pin
Alan N4-Feb-09 7:51
Alan N4-Feb-09 7:51 
GeneralRe: Saving to exe Pin
musefan4-Feb-09 22:32
musefan4-Feb-09 22:32 
GeneralRe: Saving to exe Pin
Dave Kreskowiak4-Feb-09 10:32
mveDave Kreskowiak4-Feb-09 10:32 
GeneralRe: Saving to exe Pin
SimpleData4-Feb-09 10:40
SimpleData4-Feb-09 10:40 
GeneralRe: Saving to exe Pin
Dave Kreskowiak4-Feb-09 12:27
mveDave Kreskowiak4-Feb-09 12:27 
GeneralRe: Saving to exe Pin
come2san5-Feb-09 1:33
come2san5-Feb-09 1:33 
GeneralRe: Saving to exe Pin
Dave Kreskowiak5-Feb-09 2:08
mveDave Kreskowiak5-Feb-09 2:08 
GeneralRe: Saving to exe Pin
PIEBALDconsult9-Feb-09 12:14
mvePIEBALDconsult9-Feb-09 12:14 
QuestionWPF in WinForms Pin
musefan4-Feb-09 7:07
musefan4-Feb-09 7:07 
AnswerRe: WPF in WinForms Pin
Christian Graus4-Feb-09 9:25
protectorChristian Graus4-Feb-09 9:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.