简体   繁体   中英

Modern UI for VB NET windows desktop application

我该如何以现代UI样式设计VB.NET应用程序,例如可用于WPF模板的样式,例如在MSDN上

Making your application look like that isn't that difficult, making it act like WPF (smooth transitions and animations) is more difficult/impossible

The answer is really to switch to WPF if this is what you want.

Doing that in Forms is possible but you need to create an massive controls and override a lot of stuff. You might think about switching from Forms to WPF. It might be hard in the beginning but the benefits are worth it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM