Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm trying to learn WPF by myself. I bought a few books, read a lot on the internet and tried some things out.

What I am trying to do is build, with my limited knowledge, a nice looking and simple program.
Lots of the only tutorials show how to build 1 custom window but they do not combine them.
Basicly I want 1 window, divided in 2. In one half a simple menu or buttons to call all my other windows(?) in the other half.

What is the best (and easiest) way to achieve this? Do i need windows, or pages or custom controls or .. ? I read so many things, and so many things i don't fully understand. It would be nice if someone could jump back down to beginnerlevel and explain the basics. :)

I got basic understanding of c#, WPF(databinding, MVVM)
Thanks!

Best regards,
Yves
Posted

WPF: A Beginner's Guide - Part 1 of n[^] and the rest of the series, expalin clearly how to do this. And if you want something more advanced, then Sacha has written lots of great articles.
 
Share this answer
 
The best way is definitely to learn someone's code. So I suggest you can learn the demo Have Fun with the WPF Demo of .NET TWAIN 5.0[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900