Convert VB6 app to WPF?

左心房为你撑大大i 提交于 2019-12-21 20:43:29

问题


Is it possible to convert a VB6 app to WPF using automated tools?

I'm aware of tools to convert to Winforms, but what about WPF?

Is there a pathway from Winforms to WPF that could be utilised?


回答1:


I have never tried it but I googled it for you. Try this tool by Davide Senatore. The link is his page in babel fish because the original is in Italian. If you try it post some feedback for others.




回答2:


Even if you probably find tool to convert the plain form layout, you have to rewrite the logic behind, since the approach is definitely different. If you don't keep this in mind ( so you replicate the same as the VB6 app ewxactly in the WPF one ) you will probably create some sort of unmaintainable blob.



来源:https://stackoverflow.com/questions/8442789/convert-vb6-app-to-wpf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!