private void button1_Click(object sender, EventArgs e) { wpfapp.App wpfinstance = new wpfapp.App(); //is it true? wpfinstance. //what should i write here , it has only InitializeComponent property that gives error . } how can I instance new wpf_window in my win_form(visual studio) and show it??!The only way is creating usercontrol(as .dll)??? is there any way to run my wpf app by pressing a win form button???