Hello my name is Badr and I am a newbie and now I am building a project using WPF. My problem is that I want to hide / close the window when moving from page to another window.
i tried this
win_Main win_main = new win_Main();
win_main.ShowDialog();
win_Login win_login=new win_Login();win_login.close();
and this also :
this.close();
it's not working
Devendra KumarPosted Nov 5, 2018, 9:33 AM
Badr AkaraPosted Nov 4, 2018, 11:16 PM
Vilas ShendePosted Nov 3, 2018, 11:29 PM
Badr AkaraPosted Nov 2, 2018, 3:12 AM
Vilas ShendePosted Nov 2, 2018, 2:05 AM