Click here to Skip to main content
15,878,871 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

I have created one application in vb.net(visual studio 2010).now the same thing how to make it in WPF..

Please tell me what all changes i have to make for that...

Thank you
Posted

1 solution

There is no such think as "changes". You just don't understand the essence of things.

Want to create an application? Create it. As usually, start from the available Visual Studio template. By the way, learn how it works and then learn how to create projects from empty solution; this is very useful. One important skill you might need to get when developing WPF application: the ability to forget System.Windows.Forms. The knowledge of Forms will interfere with your WPF learning rather then help.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900