Wpf vs WinForms for a vb programmer? [closed]
- by Jeroen
I am asked by a client to develop an application that is basically a screen on which the user can choose several items to pass the time (used in holding cells in mental hospitals for example). The baisc idea is as follows:
TV (choosing this will provide the user with a number of TV streams from the interweb)
Radio (...)
Games (serveral flash games, also from the interweb)
Music (play local music or streams)
Draw something (not the game)
Create an email
Choose lighting settings for the room etc. etc.
I am torn between WinForms and WPF for this project. It seems that WPF is the way to go since there is quite a bit of rich media involved but I have a 15 year VB background. The project obviously has a dead line and certain budget that I cannot cross and if I can avoid starting from scratch with some thing that will be nice.
Is WPF worth it in this particular case or can I use WinForms with the incorperation of WPF controls? I would very much like to hear your thoughts/comments/suggestions!