category

home / developersection / category

Slider Control in WPF
wpf 04-Apr-2011
Slider Control in WPF

In this tutorial I am going to explain you that how to use a slider control in WPF. The XAML Slider element is used to create a slider control in WPF.

TreeView control in WPF
wpf 03-Apr-2011
TreeView control in WPF

When we want to show some information in hierarchical format that is in parent child relationship then we use concept of tree view control. Example of tree view control is msdn tutorial, windows explorer etc.

WebBrowser control in WPF
wpf 03-Apr-2011
WebBrowser control in WPF

Sometime may we require that we want to open some html document in my own application. To perform this task WPF introduce a new control named WebBrowser control through which we can open all the html documents as well as we can open any sites.

Media Element in WPF
wpf 03-Apr-2011
Media Element in WPF

We can create a simple Media player by using XAMLMediaElement element. WPF provides a wrapper around current Media Player 10 ActiveX (OCX) control. A

Calendar Control in WPF
wpf 02-Apr-2011
Calendar Control in WPF

A Calendar control in WPF is used to create a visual calendar in WPF through which users can pick date and raise an event on the selection of date. The XAML Calendar elements is used to create a calendar control in WPF.

Grid Control in WPF
wpf 02-Apr-2011
Grid Control in WPF

Grid control arranges content in rows and columns as specified by the developer. In XAML Grid elements used to create a Grid control in WPF. In Grid control we can span multiple rows as well as multiple columns.

StackPanel Control in WPF
wpf 02-Apr-2011
StackPanel Control in WPF

In WPF StackPanel control is also used to group controls either horizontally or vertically. We can use StackPanel control to arrange child elements into a single line that is either horizontally or vertically.

GroupBox control in WPF
wpf 01-Apr-2011
GroupBox control in WPF

The XAML(Extensible Application Markup Language) element represents GroupBox control in WPF. The GroupBox control allows you to visually group cont

PasswordBox Control in WPF
wpf 01-Apr-2011
PasswordBox Control in WPF

XAML PasswordBox elements represent password control in WPF. When we make any login form then we want user can enter their password in such a manner that other user cannot see what he enter.

Textbox control in WPF
wpf 30-Mar-2011
Textbox control in WPF

XAML element represents Textbox control in WPF. Whenever you want to provide a functionality to accept new values from user then we use concept of Te

RadioButton Control in WPF
wpf 30-Mar-2011
RadioButton Control in WPF

Whenever you want to checked only one value in available items then we can use RadioButton control. RadioButton control has all the property like chec

Image control in WPF
wpf 28-Mar-2011
Image control in WPF

Image control in WPF provides a facility to display images. We have certain properties through which we can manage display style of image control. In this demonstration I will show you how to use image control in WPF.