<?xml version="1.0"?> 
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd"> 
<!-- Feed Generated By RSS Updater http://www.webdevtips.com/webdevtips/codegen/rss_update.shtml -->
<rss version="0.91"> 
<channel>

<!-- Channel Information -->
<title>Bob Powell's Windows Forms Tips and Tricks</title> 
<link>http://www.bobpowell.net/tipstricks.htm</link> 
<description>Articles, code and information to make your Windows Forms development tasks easier</description> 
<language>en-us</language> 
<!-- End of Channel Information -->
<!-- Item Details -->
<item> 
    <title>New feature: Come and read Bob Powell's WPF FAQ</title>
    <link>http://www.bobpowell.net/wpffaq.htm</link>
    <description>Bookmark the new WPFFAQ</description>
</item> 
<!-- End Item Details -->
<!-- Item Details -->
<item> 
    <title>New Tips and Tricks Article: How to use reflection to discover the subscribers of an event</title>
    <link>http://www.bobpowell.net/eventsubscribers.htm</link>
    <description>Have you ever wondered how to find out exactly what handlers are subscribed to an event? This article explains how you can use reflection to get the invocation targets for an event.</description>
</item> 
<!-- End item details -->
<!-- Item Details -->
<item> 
    <title>New Tips and Tricks Article: How to pre-compile a native image of your application at install time</title>
    <link>http://www.bobpowell.net/prejit.htm</link>
    <description>This article explains how a custom installer and install step enables you to pre-generate the native image for your windows forms application thereby reducing the startup times of your Windows Forms applications to a minimum.</description>
</item> 
<!-- End item details -->
<!-- Item Details -->
<item> 
    <title>New Tips and Tricks Article: How to pan and zoom an image</title>
    <link>http://www.bobpowell.net/zoompicbox.htm</link>
    <description>This article explains how to zoom and pan an image on a Windows Forms control. You may have thought that overriding PictureBox was the way to go but Bob thinks there's a better way, and proves it.</description>
</item> 
<!-- End item details -->
<!-- Item Details -->
<item> 
    <title>New Tips and Tricks Article: How to embed a True Type font in a Windows Forms application</title>
    <link>http://www.bobpowell.net/embedfonts.htm</link>
    <description>This frequently asked question is answered in detail here. See how to embed a font as a resource, load it in and use it at runtime regardless of whether it's installed on the base system. This article included code in VB.NET and C#</description>
</item> 
<!-- End item details -->
<!-- Item Details -->
<item> 
    <title>New Tips and Tricks Article: Animating objects in a Windows Forms application</title>
    <link>http://www.bobpowell.net/animation.htm</link>
    <description>This article shows how to create complex animated graphics in Windows Forms applications. This epic article includes downloadable source in C# and VB</description>
</item> 
<!-- End item details -->
<!-- Item Details -->
<item> 
    <title>New Tips and Tricks Article: Discover the resources in a .resources file</title>
    <link>http://www.bobpowell.net/playsnd.htm</link>
    <description>Here's a quick tip on how to read the names of resources available in a compiled .resources file</description>
</item> 
<!-- End item details -->
<!-- Item Details -->
<item> 
    <title>New Tips and Tricks Article: Playing a sound</title>
    <link>http://www.bobpowell.net/playsnd.htm</link>
    <description>Find out how to play a wav sound in your Windows Forms application. Includes code in C# and VB.NET to play embedded wav file resources.</description>
</item> 
<!-- End item details -->
<!-- Item Details -->
<item> 
    <title>New Tips and Tricks Article: Drawing on the MDI frame background</title>
    <link>http://www.bobpowell.net/mdiback.htm</link>
    <description>Ever tried to put an image or a smart background on the background of an MDI Parent? Bob Powell shows you how.</description>
</item> 
<!-- End item details -->
<!-- Item Details -->
<item> 
    <title>New Tips and Tricks Article: Backtracking the mouse</title>
    <link>http://www.bobpowell.net/backtrack.htm</link>
    <description>Discover how to translate mouse positions within a control to virtual positions within a page. Bob Powell explains how to backtrack the mouse when the control has been zoomed or scrolled</description>
</item> 
<!-- Item Details -->
<item> 
    <title>New Tips and Tricks Article: Tips for people creating shaped forms and controls</title>
    <link>http://www.bobpowell.net/shapedcontrols.htm</link>
    <description>A few simple tips that might save you some time when creating shaped forms or controls</description>
</item> 
<!-- End Item Details -->
</channel> 
</rss> 
