10 pts.
 WPF in Visual Studio 2008
I am a beginner trying to learn some WPF. I am using VS 2008 Pro, when I opened up WPF, it's showing codes <Window x:Class="WpfApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="300" Width="300"> <Grid> </Grid> </Window> and not the form that I can add buttons. What am I doing wrong?

Software/Hardware used:
ASKED: June 8, 2009  5:48 PM
UPDATED: June 8, 2009  6:04 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. TomLiotta   110,135 pts. , ytyutyutyuytuyt   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

how we can  batabind checkbox inside a gridview in wpf?

 15 pts.