- Open visual studio 2008 IDE
- File>New>Project(Open New dialog box)>visual c#(Select)>Wpf Application(Select)
- Now in the Designer window (Window1.xaml) find the following line 'Title="Window1" Height="300" Width="300">' Edit Title name like 'Title="Helloworld" Height="300" Width="300">' then save it and press F5 button(ur application will be run)[Note:Title,indicate the title bar name.Height,width,indicate ur application or form size.]
- First we need Tools like Visual Studio 2008 or upper Version (u can easily download it from Microsoft.com)
- Secondly need basic knowledge of C# language(If u don't know,don't fear it's IDE,It is also possible to develop with other language but I like csharp )
Windows Presentation Foundation(WPF) is a computer-software graphical subsystem for rendering user interfaces in Windows-based applications.So it mainly used for Devloping window based application as well as Web based application.
It is a part of dot net framework .WPF attempts to provide a consistent programming model for building applications and provides a separation between the user interface and the business logic.
WPF based on XAML(Extensible Application Markup Language)WPF aims to unify a number of common user interface elements, such as 2D/3D rendering, fixed and adaptive documents, typography, vector graphics, runtime animation, and pre-rendered media. These elements can then be linked and manipulated based on various events, user interactions, and data bindings. In technical or development level implementation, it also has the huge change as it is using XAML oriented structures where GUI objects,attributes are presented with XML type tag,attributes etc. It doesn't requires C# based code for the creation/initialization of the graphical user interface. But that doesn't mean either that we won't be able to use c# to create/manipulate controls, of course we will be able to do that.Also, Silverlight utilizes wpf for embedded web controls.
It is a part of dot net framework .WPF attempts to provide a consistent programming model for building applications and provides a separation between the user interface and the business logic.
WPF based on XAML(Extensible Application Markup Language)WPF aims to unify a number of common user interface elements, such as 2D/3D rendering, fixed and adaptive documents, typography, vector graphics, runtime animation, and pre-rendered media. These elements can then be linked and manipulated based on various events, user interactions, and data bindings. In technical or development level implementation, it also has the huge change as it is using XAML oriented structures where GUI objects,attributes are presented with XML type tag,attributes etc. It doesn't requires C# based code for the creation/initialization of the graphical user interface. But that doesn't mean either that we won't be able to use c# to create/manipulate controls, of course we will be able to do that.Also, Silverlight utilizes wpf for embedded web controls.
Subscribe to:
Posts (Atom)