How to convert .NET WPF application to Windows Forms?

Posted by Janusz on Stack Overflow See other posts from Stack Overflow or by Janusz
Published on 2010-03-27T14:00:37Z Indexed on 2010/03/27 14:03 UTC
Read the original article Hit count: 211

Filed under:
|
|

Hello,

We have created a beautifully designed .NET WPF desktop application. We are installing the application with InnoSetup , and if .NET 3.5 is not present, it automatically installs it. However, the package to download .NET 3.5 is huge and we found out that about 30% of users do not finish instalation due to this.

The obvious solution is to recode everything into .NET 1.1 with Windows Forms but its a major development which would take few weeks. Also, we would then face dilemma if to support both versions (and use innosetup to choose the right one) or just ditch WPF all together.

Is there any easy way how to convert WPF to Windows Forms? Or do we have any alternative options to consider?

Thank you!

© Stack Overflow or respective owner

Related posts about wpf

Related posts about windows-forms