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

C#

 
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 
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 
you can show the any other form as modal dialog by calling showdialog method and passing the current form as parent.

Form messageForm = new Form();
messageForm.ShowDialog(this);


Be careful, there is no Undo Button(Ctrl+Z) in life.

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 
GeneralRe: WPF in WinForms Pin
musefan4-Feb-09 22:30
musefan4-Feb-09 22:30 
QuestionParsing text files Pin
alwaysthinking4-Feb-09 6:59
alwaysthinking4-Feb-09 6:59 

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.