<?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>Mon, 28 Apr 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>HowTo: Make CAPTCHA images (version 4) in Visual Basic 6</title>
      <description>This example shows how to make CAPTCHA images (version 4) in Visual Basic 6.</description>
      <link>http://www.vb-helper.com/howto_captcha4.html</link>
      <pubDate>Mon, 28 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Make CAPTCHA images (version 6) in Visual Basic .NET</title>
      <description>This example shows how to make CAPTCHA images (version 6) in Visual Basic .NET.</description>
      <link>http://www.vb-helper.com/howto_net_captcha6.html</link>
      <pubDate>Mon, 28 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Make a print preview displaying a grid of data with alternating row colors in Visual Basic 2005</title>
      <description>This example shows how to make a print preview displaying a grid of data with alternating row colors in Visual Basic 2005.</description>
      <link>http://www.vb-helper.com/howto_2005_print_grid.html</link>
      <pubDate>Sun, 27 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Programmatically select an entire row in a DataGrid control in Visual Basic 6</title>
      <description>This example shows how to programmatically select an entire row in a DataGrid control in Visual Basic 6.</description>
      <link>http://www.vb-helper.com/howto_datagrid_select_row.html</link>
      <pubDate>Sat, 26 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Visual Basic 2008 Programmer's Reference: Table of Contents</title>
      <description></description>
      <link>http://www.vb-helper.com/vb_prog_ref_toc.html</link>
      <pubDate>Sat, 26 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Visual Basic 2008 Programmer's Reference: Table of Contents</title>
      <description></description>
      <link>http://www.vb-helper.com/vb_prog_ref_source.html</link>
      <pubDate>Sat, 26 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Visual Basic 2008 Programmer's Reference: Table of Contents</title>
      <description></description>
      <link>http://www.vb-helper.com/vb_prog_ref_snippets.html</link>
      <pubDate>Sat, 26 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Visual Basic 2008 Programmer's Reference</title>
      <description></description>
      <link>http://www.vb-helper.com/vb_prog_ref.htm</link>
      <pubDate>Sat, 26 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Visual Basic 2008 Programmer's Reference: Table of Contents</title>
      <description></description>
      <link>http://www.vb-helper.com/vb_prog_ref_updates.html</link>
      <pubDate>Sat, 26 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Make a String extension method to URL encode and decode strings in Visual Basic 2008</title>
      <description>This example shows how to make a String extension method to URL encode and decode strings in Visual Basic 2008.</description>
      <link>http://www.vb-helper.com/howto_2008_stringex_url_encode.html</link>
      <pubDate>Wed, 23 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Make a String extension method to replace spaces with non-breaking spaces in Visual Basic 2008</title>
      <description>This example shows how to make a String extension method to replace spaces with non-breaking spaces in Visual Basic 2008.</description>
      <link>http://www.vb-helper.com/howto_2008_stringex_space_to_nbsp.html</link>
      <pubDate>Wed, 23 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Make an OpenFileDialog validate the user's file selection in Visual Basic 2008</title>
      <description>This example shows how to make an OpenFileDialog validate the user's file selection in Visual Basic 2008.</description>
      <link>http://www.vb-helper.com/howto_2008_validate_open_file_dialog.html</link>
      <pubDate>Wed, 23 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Compress spaces in a string</title>
      <description></description>
      <link>http://www.vb-helper.com/howto_compress_spaces.html</link>
      <pubDate>Sun, 20 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Build a function to compress consecutive spaces into one space in Visual Basic 6.</title>
      <description>This example shows how to build a function to compress consecutive spaces into one space in Visual Basic 6.</description>
      <link>http://www.vb-helper.com/howto_compress_spaces2.html</link>
      <pubDate>Sun, 20 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Build a function to compress consecutive spaces into one space in Visual Basic 2005</title>
      <description>This example shows how to build a function to compress consecutive spaces into one space in Visual Basic 2005.</description>
      <link>http://www.vb-helper.com/howto_2005_compress_spaces.html</link>
      <pubDate>Sun, 20 Apr 2008 00:00:01 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Make a function to split a string into an array of strings by using multiple separators in Visual Basic 6.</title>
      <description>This example shows how to make a function to split a string into an array of strings by using multiple separators in Visual Basic 6.</description>
      <link>http://www.vb-helper.com/howto_splitex.html</link>
      <pubDate>Sun, 20 Apr 2008 00:00:01 GMT</pubDate>
    </item>
  </channel>
</rss>