문제

I've got a simple and clean GUI to do for windows XP embedded, but I'm very new to C#.

Many topics I've found discussing WPF on XPE seem to be dating back to ~2007, so I'm here hoping for current up-to-date information.

Basically, how well supported would WPF be for this task? Are there circumstances which makes this a very bad design path? (what .net version?)

The app will be a kiosk mode gui which will contain some simple buttons, textfields and maybe a drawing canvas element.

도움이 되었습니까?

해결책

It should at least be possible for you to get .Net Framework 3.0 installed on XPe (http://msdn.microsoft.com/en-us/library/bb417255%28WinEmbedded.5%29.aspx). However, depending on the performance you've got available and the kind of UI (if its simple enough), you might opt to choose WinForms instead of WPF.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top