WpfIntro1

Objectives: Using Microsoft  Visual C# 2010 Express

  • WPF Base Application
  • Starting / Bare Bone / Ground Zero Phase
  • Introducing GUI, XAML and sripting styles.
  • App.xaml and MainWindow.xaml
Step:1 Create new Project  WpfIntro1

 

Step:2 Illustration below shows the WFP Application just created

Save to a directory

Step:3  Windows Designer : The Window designer holds the Visual or Graphical presentation of the controls  and XAML pane will hold the script generated when you add any control to the designer pane. The XAML editor also has intellisence that allow the developer add, edit or remove scripts for the controls, when we save XAML( Zammel ) the GUI of the corresponding controls would show up in the designer phase

Code Behind of the designer pane. IntializeComponent() will fire up default constructor

Step:4 Application.xaml and Application.xaml.cs,

FYI:  App.xaml designer phase can't have element GUI, meaning you can't add or drag a control to the designer phase, but you can store resources in this file.

Step:5 Run time view

 

Step:6
Step:7
Step:8
Step:9
Step:10
Step:11
Step:12
Step:13
Step:14
Step:25
Step:16
Step:17