c# - Open a WPF Application from a Windows Button click Event -


is possible open wpf application c# windows button click event?

you can launch other applicaiton. use process.start method. if need more control, can create instance of process class (process process = new process())and adjust properties. can see process class's members here.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -