WPF

This category contains 3 posts

Child Window in WPF

Let us assume there is a requirement, 1. On click event of button, a new child window should open. 2. While child window is open, the parent window should be inactive. So start with Step 1 Create a WPF application. And drag and drop a Button on the MainPage. Step 2 Right click on the … Continue reading »

Data Binding In WPF

Objective Here in this tutorial we are going to bind data from a collection (LIST) to XAML. We are going to display Image, Name, Age and Email id of a Person. Step 1 Open Visual Studio 2008; create a New Project as WPF application. Give this name as Display. Step 2 Add a business logic … Continue reading »

Web Browser Control in WPF

Objective In this article, I am going to show you; how to work with Web Browser control in WPF? We will be opening a web site (even a Silverlight Enabled web site in WPF application) in the new Web Browser control. Expected Output Web Browser Control This control is added in .Net 3.5 SP1. This … Continue reading »

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,380 other followers

Tweets

Categories

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my current or previous employer's view in anyway. © Copyright 2012