<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>flynpat32's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/96809/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user flynpat32.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sun, 19 May 2013 21:28:09 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>NEED help with an array</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Basic forum.&lt;/p&gt;Hello.&lt;br /&gt;
I am having trouble with an array.&lt;br /&gt;
The user enters a team and the array is to out in a textbox the teams rank. Its array index. All it does is output the team. Please help. I am pulling my hair out!!&lt;br /&gt;
Private Sub BtnLookUpTeam_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnLookUpTeam.Click&lt;br /&gt;
&lt;br /&gt;
        Dim indexteam As Integer = 0&lt;br /&gt;
        Dim foundboolean As Boolean = False&lt;br /&gt;
&lt;br /&gt;
        With Me&lt;br /&gt;
            Do Until foundboolean Or indexteam &amp;gt; 10&lt;br /&gt;
                If .TxtTeam.Text.ToUpper() = mTeam(indexteam) Then&lt;br /&gt;
&lt;br /&gt;
                    foundboolean = True&lt;br /&gt;
                Else&lt;br /&gt;
                    indexteam += 1&lt;br /&gt;
                End If&lt;br /&gt;
            Loop&lt;br /&gt;
&lt;br /&gt;
            .TxtTeamRate.Text = mTeam(indexteam).ToString()&lt;br /&gt;
&lt;br /&gt;
            If Not foundboolean Then&lt;br /&gt;
                MessageBox.Show("Enter a valid team.", "Entry error.", MessageBoxButtons.OK, MessageBoxIcon.Error)&lt;br /&gt;
            End If&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        End With&lt;br /&gt;
    End Sub&lt;br /&gt;
 Private Sub frmTopTenTeams_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load&lt;br /&gt;
        'Load Teams&lt;br /&gt;
        mTeam(1) = "Oklahoma"&lt;br /&gt;
        mTeam(2) = "USC"&lt;br /&gt;
        mTeam(3) = "LSU"&lt;br /&gt;
        mTeam(4) = "Michigan"&lt;br /&gt;
        mTeam(5) = "Georgia"&lt;br /&gt;
        mTeam(6) = "Texas"&lt;br /&gt;
        mTeam(7) = "Tennessee"&lt;br /&gt;
        mTeam(8) = "Ohio State"&lt;br /&gt;
        mTeam(9) = "Florida State"&lt;br /&gt;
        mTeam(10) = "Miami(FL)"&lt;br /&gt;
&lt;br /&gt;
        'Load Mascots&lt;br /&gt;
        mMascot(1) = "Sooners"&lt;br /&gt;
        mMascot(2) = "Trojans"&lt;br /&gt;
        mMascot(3) = "Bengal Tigers"&lt;br /&gt;
        mMascot(4) = "Wolverines"&lt;br /&gt;
        mMascot(5) = "Bulldogs"&lt;br /&gt;
        mMascot(6) = "Longhorns"&lt;br /&gt;
        mMascot(7) = "Volunteers"&lt;br /&gt;
        mMascot(8) = "Buckeyes"&lt;br /&gt;
        mMascot(9) = "Seminoles"&lt;br /&gt;
        mMascot(10) = "Hurricanes"&lt;br /&gt;
    End Sub</description>
      <pubDate>Sat, 21 Nov 2009 14:02:47 -0700</pubDate>
    </item>
    <item>
      <title>Radiobuttonlist validator</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the HTML &amp; WEB-Design forum.&lt;/p&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
I am new in programming in visual basic and am working on a project in VB web in visual studio 2008. I have a group of radio buttons, one is a and the other is b. I when the user doesn't select one of the buttons i need a required validate error to tell the user to select a choice of a or b. I don't want to use a message label. The book we are using doesn't explain all the details.&lt;br /&gt;
Thanks for your help&lt;br /&gt;
Pat</description>
      <pubDate>Thu, 22 Oct 2009 10:49:32 -0700</pubDate>
    </item>
    <item>
      <title>background pictures</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Visual Basic forum.&lt;/p&gt;Hello,&lt;br /&gt;
I need help on web developer for visual basic 2005. I was learning how to develop a website with text boxes and buttons. I need to have a background picture on the form. What I did was copy the picture and paste it in the website file, app data file. Then I went in properties and selected the image as a background. When I run it the text boxes and button are on the form but the background is white. Any help on this would be greatly appreicated.&lt;br /&gt;
thanks&lt;br /&gt;
Pat</description>
      <pubDate>Sun, 08 Feb 2009 12:40:38 -0700</pubDate>
    </item>
  </channel>
</rss>