Click here to Skip to main content
15,894,343 members
Articles / Desktop Programming / WPF

WPF ProgressBar

Rate me:
Please Sign up or sign in to vote.
4.66/5 (52 votes)
28 Jul 2009CPOL2 min read 345.2K   17.1K   68  
This is a simple example of how to use a ProgressBar in WPF.
<?xml version="1.0"?>
<doc>
<assembly>
<name>
WpfProgressBarDemo
</name>
</assembly>
<members>
<member name="M:WpfProgressBarDemo.Application.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member><member name="M:WpfProgressBarDemo.Application.Main">
	<summary>
Application Entry Point.
</summary>
</member><member name="T:WpfProgressBarDemo.Application">
	<summary>
Application
</summary>
</member><member name="M:WpfProgressBarDemo.Window1.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member><member name="T:WpfProgressBarDemo.Window1">
	<summary>
Window1
</summary>
</member><member name="P:WpfProgressBarDemo.My.MyWpfExtension.Application">
	<summary>
 Returns the application object for the running application
 </summary>
</member><member name="P:WpfProgressBarDemo.My.MyWpfExtension.Computer">
	<summary>
 Returns information about the host computer.
 </summary>
</member><member name="P:WpfProgressBarDemo.My.MyWpfExtension.User">
	<summary>
 Returns information for the current user.  If you wish to run the application with the current 
 Windows user credentials, call My.User.InitializeWithWindowsUser().
 </summary>
</member><member name="P:WpfProgressBarDemo.My.MyWpfExtension.Log">
	<summary>
 Returns the application log. The listeners can be configured by the application's configuration file.
 </summary>
</member><member name="P:WpfProgressBarDemo.My.MyWpfExtension.Windows">
	<summary>
 Returns the collection of Windows defined in the project.
 </summary>
</member><member name="T:WpfProgressBarDemo.My.MyWpfExtension">
	<summary>
 Module used to define the properties that are available in the My Namespace for WPF
 </summary>
	<remarks></remarks>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer DataPrint, LLC
United States United States

Comments and Discussions