category

home / developersection / category

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.

ListBox control in WPF
wpf 26-Mar-2011
ListBox control in WPF

In WPF ListBox control provides you a functionality to select values from available list. ListBox control provides same functionality as well as combo box control except that in list box control we can select multiple items depending upon requirement

DataGrid control in WPF
wpf 25-Mar-2011
DataGrid control in WPF

In this article I am going to explain you concept of DataGrid control in WPF. Whenever we are talking about to retrieve data from database or any collection then main problem that comes is to store data.

Combo Box control in WPF
wpf 23-Mar-2011
Combo Box control in WPF

In WPF a Combo Box control provides a facility to select items from a list. It works similar to list box control only expect that in list box control we can select multiple items while in combo box control we can select only one item.

Checkbox control in WPF
wpf 22-Mar-2011
Checkbox control in WPF

In the world of programming sometimes we get a situation where we want to checked some items depending upon requirement such as when we make any program related with employee registration then we checked employee qualification, language knowledge etc

Border Control in WPF
wpf 20-Mar-2011
Border Control in WPF

In WPF there is such type of elements which does not provide any border. To place a border around the element WPF provides a control named Border cont

Button control in WPF
wpf 19-Mar-2011
Button control in WPF

In this article I will discuss how to create a button control in WPF. Further I will discuss how to create a button control which holds Textbox, Image etc. Finally I will discuss how to create a button control dynamically.

Introduction to WPF Technology
wpf 18-Mar-2011
Introduction to WPF Technology

WPF is a new technology introduced by Microsoft in .net framework 3.0. .Net framework is officially introduced by Microsoft with the windows vista operating system. But windows XP and 2003 also support .net framework 3.0. So for making any WPF applic