Archive | WPF RSS feed for this section
WPF Video APP from CD / DVD

Run a WPF application with Video directly from a CD or DVD

  Hey guys, Recently I had a requirement in which I had to run an application directly from a DVD. So I made a demo application so that I can share it with you guys. So first of all we need to create a player inside which the video will play. So add the following [...]

Read full story Comments { 0 }
Address Book in WPF C# MVVM

WPF C# MVVM Address Book App

Hey guys, I am sharing my latest application which is a address book developed in WPF and C# using MVVM pattern. Following are the features of the application. You can save data to the data base local to application. None of the other applications are required. Functionality to import or export excel database Needs only .NET [...]

Read full story Comments { 0 }
ModifiedFilesFinder 1.0

Modified Files Finder Version 1.0 made in WPF C# MVVM

  Hey Guys, A couple of times a faced an issue while working which files a edited in a folder, so i desigen an application which which will find the modified files in the selected folder after the specified date and time.   Below you can find the installer. Source Code and Executeable for the [...]

Read full story Comments { 0 }
Windows Form inside WPF

Advanced WPF Part 5 of 5: Interop in Windows Presentation Foundation

  WPF being a fairly new technology might need to communicate with the components that are made in other technologies so in this section we will have a look as to how we can communicate with other systems that are built in Windows Forms or Activex. Mixed UI Technologies So if our WPF application needs [...]

Read full story Comments { 0 }
WCF & WPF

Advanced WPF Part 4 of 5: Threading in Windows Presentation Foundation

  In this section look into multithreading in WPF and how we can send long running task to a different thread than the UI thread. We will look at how the threading model of WPF works. We will also look into how we can load data in a different long running thread and then utilize [...]

Read full story Comments { 0 }
WPF Styles, Templates and Controls

Advanced WPF Part 3 of 5: Styles in Windows Presentation Foundation

  Styles Styles give our applications and elements consistent look and feel. In this section we will see how style hooks up to the resource system and property system in WPF. We will also see how to specify triggers in styles and how to specify default and custom styles. A style is a named group [...]

Read full story Comments { 0 }
WPF PrintDialog

Advanced WPF Part 2 of 5: Printing in Windows Presentation Foundation

  In this section we will see how we can add printing support in WPF applications. We will start off with printing and XPS and then move on to XPSDocumentWriter and then we will have a look on how to work with print options and customize print dialog. XPS – XML Paper Specification The API [...]

Read full story Comments { 0 }
WPF Designer Integration

Advanced WPF Part 1 of 5: Reusable UI in Windows Presentation Foundation

    In this section we will have a look at how we can reuse resources, templates, xamls, custom elements and custom controls. Resource System The first way of making UI reusable is using the Resource System provided by WPF. But this approach cannot be used at all the places because it is not supported [...]

Read full story Comments { 0 }
WPF Table

Learn WPF: Part 9 of 9: Text in Windows Presentation Foundation

  In this section we will look WPF text formatting in layout services. We will have a look at text rendering feature, text layout services, text object model and text editing controls. Rich Text WPF uses ContentModel to present the text so WPF is does not just present the text as a plain string but [...]

Read full story Comments { 0 }
WPF LocBaml

Learn WPF: Part 8 of 9: Resources and Internationalization in Windows Presentation Foundation

  In this section we will talk about Resource handling service of WPF and support for Internationalization Reusable Resource WPF provides a resource system for sharing resources. We already used this by using the Resources Properties of a FrameworkElement. Every resource has to have a key as the resource system revolves around dictionaries. The key [...]

Read full story Comments { 0 }
>