<?xml version="1.0"?> 
<rss version="2.0">
  <channel>
    <title>VB Helper</title>
    <description>VB Helper, tips, tricks, examples, and more for Visual Basic programmers</description>
    <link>http://www.vb-helper.com</link>
    <language>en-us</language>
    <copyright>Copyright 2008, Rocky Mountain Computer Consulting, Inc.</copyright>
    <managingEditor>RodStephens@vb-helper.com (Rod Stephens)</managingEditor>
    <webMaster>RodStephens@vb-helper.com (Rod Stephens)</webMaster>
    <lastBuildDate>Sun, 28 Dec 2008 00:00:01 GMT</lastBuildDate> 
    <image>
      <url>http://www.vb-helper.com/vbhelper_134_50.gif</url>
      <title>VB Helper logo</title>
      <link>http://www.vb-helper.com</link>
      <width>134</width>
      <height>50</height>
    </image>

    <item>
      <title>Online Articles by Rod Stephens</title>
      <description></description>
      <link>http://www.vb-helper.com/online_articles.html</link>
      <pubDate>Sun, 28 Dec 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Set another application's size and position in Visual Basic 2008</title>
      <description>This example shows how to set another application's size and position in Visual Basic 2008. This example uses FindWindow to find the other application's handle and then uses SetWindowPos to size and position the application.</description>
      <link>http://www.vb-helper.com/howto_2008_position_other_app.html</link>
      <pubDate>Sun, 28 Dec 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Overlay one picture on another in Visual Basic 2008</title>
      <description>This example shows how to overlay one picture on another in Visual Basic 2008.</description>
      <link>http://www.vb-helper.com/howto_2008_overlay_picture.html</link>
      <pubDate>Sun, 28 Dec 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Make a line control in Visual Basic 2005</title>
      <description>This example shows how to make a line control in Visual Basic 2005.</description>
      <link>http://www.vb-helper.com/howto_2005_line_control.html</link>
      <pubDate>Sun, 28 Dec 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Randomize a list of names in Visual Basic 6</title>
      <description>This example shows how to randomize a list of names in Visual Basic 6.</description>
      <link>http://www.vb-helper.com/howto_radomize_name_list.html</link>
      <pubDate>Sun, 28 Dec 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: List information about the files in a directory in a ListView using Visual Basic 2005</title>
      <description>This example shows how to list information about the files in a directory in a ListView using Visual Basic 2005. This example uses My.Computer.FileSystem.GetFiles to list the files.</description>
      <link>http://www.vb-helper.com/howto_2005_list_file_info.html</link>
      <pubDate>Sun, 21 Dec 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Display a loose XAML page in an HTML IFRAME element</title>
      <description>This example shows how to display a loose XAML page in an HTML IFRAME element.</description>
      <link>http://www.vb-helper.com/howto_xaml_in_iframe.html</link>
      <pubDate>Fri, 19 Dec 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Make a list of critter images with their names in XAML</title>
      <description>This example shows how to make a list of critter images with their names in XAML. It demonstrates nested StackPanels, page resources, and linear gradient brushes.</description>
      <link>http://www.vb-helper.com/howto_xaml_critter_list.html</link>
      <pubDate>Fri, 19 Dec 2008 00:00:01 GMT</pubDate>
    </item>
  </channel>
</rss>