Windows Scripting
  Home arrow Windows Scripting arrow Page 5 - Completing a WPF To-Do List Application
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Silverlight  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
ASP Web Hosting  
ASP.NET Web Hosting 
Windows Web Hosting
 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
WINDOWS SCRIPTING

Completing a WPF To-Do List Application
By: Peyton McCullough
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 2
    2008-09-15

    Table of Contents:
  • Completing a WPF To-Do List Application
  • Saving the task list
  • Stylizing the application
  • Stylizing the application, continued
  • Finishing Up

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Completing a WPF To-Do List Application - Finishing Up


    (Page 5 of 5 )

    Now that you've learned the basics of styles, it's time to finish up the application. The principles are the same as before. We can create additional styles in the exact same way:


    <Style TargetType="{x:Type TextBox}">

     <Setter Property="Background" Value="PaleGoldenrod" />

     <Setter Property="BorderBrush" Value="DarkOrange" />

    </Style>

    <Style TargetType="{x:Type ComboBox}">

     <Setter Property="Background" Value="PaleGoldenrod" />

     <Setter Property="BorderBrush" Value="DarkOrange" />

    </Style>

    <Style TargetType="{x:Type ListBox}">

     <Setter Property="BorderBrush" Value="DarkOrange" />

    </Style>


    Of course, feel free to stylize the application as you see fit. One of the things you might want to do is create a base style for all controls, and then derive other styles from that, creating styles for specific controls while saving a lot of space. Of course, there's more to styles, but everything can't possibly be covered here in such a small amount of space.

    Now the to-do application is complete, and you've seen a little bit of WPF in action. We've worked with XAML, controls, events, databinding, styles, templates, and a little bit of code. However, there is a lot more to WPF, and this only serves as a short introduction. But now you know the basics, and continuing on won't be very difficult at all. See if you can expand upon the to-do list and add new features to it, such as a menu or a calendar feature.


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

       · Hello, all,In this article, which is the last of a four-part series, we finish...
       · This was a great article for some basics in WPF, will the source code be provided...
     

    WINDOWS SCRIPTING ARTICLES

    - More Windows Scripting Workarounds from Nilpo
    - Overloading Methods and More in VBScript
    - Improving MFC for Windows Vista
    - Regular Expressions in VBScript
    - Working with Dates in WMI
    - Completing Calendars with VBScript Date Func...
    - Building Calendars with VBScript Date Functi...
    - Working With Dates and Times in VBScript
    - Designing WCF DataContract Classes Using the...
    - Understanding Dates and Times in VBScript
    - Working With Arrays in VBScript
    - Compressed Folders in WSH
    - Using .NET Interops in VBScript
    - Nilpo`s Scripting Secrets, Vol I
    - Database operations using Silverlight 2.0 WC...





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek