Click here to Skip to main content
15,885,757 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
Richard MacCutchan4-May-20 9:07
mveRichard MacCutchan4-May-20 9:07 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
arnold_w4-May-20 9:13
arnold_w4-May-20 9:13 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
Richard MacCutchan4-May-20 9:16
mveRichard MacCutchan4-May-20 9:16 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
arnold_w4-May-20 9:21
arnold_w4-May-20 9:21 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
Richard MacCutchan4-May-20 9:30
mveRichard MacCutchan4-May-20 9:30 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
Richard Andrew x644-May-20 10:13
professionalRichard Andrew x644-May-20 10:13 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
arnold_w4-May-20 10:16
arnold_w4-May-20 10:16 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
Richard Andrew x644-May-20 10:20
professionalRichard Andrew x644-May-20 10:20 
Okay. Why can't you just do the following:
C#
ChildForm F = new ChildForm();
F.Show();




The difficult we do right away...
...the impossible takes slightly longer.

GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
arnold_w4-May-20 10:24
arnold_w4-May-20 10:24 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
Richard Andrew x644-May-20 10:25
professionalRichard Andrew x644-May-20 10:25 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
arnold_w4-May-20 10:36
arnold_w4-May-20 10:36 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
Richard Andrew x644-May-20 11:48
professionalRichard Andrew x644-May-20 11:48 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
arnold_w4-May-20 21:12
arnold_w4-May-20 21:12 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
arnold_w4-May-20 22:30
arnold_w4-May-20 22:30 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
Richard MacCutchan4-May-20 22:59
mveRichard MacCutchan4-May-20 22:59 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
Richard Andrew x645-May-20 13:31
professionalRichard Andrew x645-May-20 13:31 
GeneralRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
Richard Andrew x644-May-20 10:35
professionalRichard Andrew x644-May-20 10:35 
AnswerRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
Gerry Schmitz4-May-20 14:07
mveGerry Schmitz4-May-20 14:07 
AnswerRe: How can I open a System.Windows.Forms.Form with its own message pump from a WPF application? Pin
arnold_w8-May-20 4:56
arnold_w8-May-20 4:56 
QuestionC# Service to gather information from SQL Pin
Member 119552454-May-20 3:13
Member 119552454-May-20 3:13 
AnswerRe: C# Service to gather information from SQL Pin
CHill604-May-20 3:15
mveCHill604-May-20 3:15 
AnswerRe: C# Service to gather information from SQL Pin
BillWoodruff4-May-20 5:08
professionalBillWoodruff4-May-20 5:08 
AnswerRe: C# Service to gather information from SQL Pin
Gerry Schmitz4-May-20 14:53
mveGerry Schmitz4-May-20 14:53 
QuestionEnable Security to Excel generated with closexml Pin
AmitChaurasiya4-May-20 0:05
AmitChaurasiya4-May-20 0:05 
AnswerRe: Enable Security to Excel generated with closexml Pin
Gerry Schmitz4-May-20 14:58
mveGerry Schmitz4-May-20 14:58 

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.