Click here to Skip to main content
15,919,931 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: How to made a modal dialog during execution Pin
musefan4-Feb-09 7:26
musefan4-Feb-09 7:26 
well i assume you can create a form and show that from another form?

well when you show the 'pop-up' form just use form.ShowDialog(); that will make it the only focusable form and well wait for user to click a button to close. On which you need to handle the button click and either .Hide() or .Close() the form. If you want to access propoerties from the form then you will need to use .Hide() so it doesnt dispose of all data

My opinion is... If someone has already posted an answer, dont post the SAME answer

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 
GeneralRe: WPF in WinForms Pin
musefan4-Feb-09 22:30
musefan4-Feb-09 22:30 

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.