How to connect console application and Windows form application C# -
i put of input on console application, , way. question is, how can fix example read input in console application, , in windows form app? want both of applications running @ same time. console application doing while win app doing else, if want to, can connect them.
i have tried :
form1 win = new form1(); win.show();
but didn't work. window switch see stacked, , not able run should.
1- create winforms application
2- set output type console applcation
project/properties/application/output type
now have windows application console
Comments
Post a Comment