anyone got any good WPF learning resources?

Soldato
Joined
16 Jun 2013
Posts
5,375
I'm sitting here looking at one fugly windows form application and reading up it appears WPF is the way forward. So trying to rewrite my code to adopt a WPF UI.

I cant even get my head around adding listview items from an array in WPF :(.

Anyone got any recommended reading?
 
Soldato
OP
Joined
16 Jun 2013
Posts
5,375
Thanks for that.

I think that's the part I'm struggling with. Trying to work my classes into a WPF format where I should really be rewriting them completely.

Ill take a look at universal.

Considering how long its been around its not very nice to work with. Guess I'm just not used to it being my first C# attempt.

About time I added some of it to my skillset though.
 
Soldato
OP
Joined
16 Jun 2013
Posts
5,375
Think I get it :).

Time to have a shot.

Thank you!

I've only been using C# for the past 7 days so I'm currently at hack and slash stage. Shame I cant make winform look good :D.
 
Soldato
OP
Joined
16 Jun 2013
Posts
5,375
I've used other C languages before so the transistor isn't too bad. So far it seems to make sense :). I'll have a look at that plugin thanks :).

Cheers for the link joelk.

Edit: never mind I had a check the wrong way round.
 
Last edited:
Back
Top Bottom