Untitled
By: a guest | Apr 26th, 2010 | Syntax:
VB.NET | Size: 0.30 KB | Hits: 116 | Expires: Never
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
ttName.SetToolTip(txtName, "Enter the name of the RSS Feed here.")
ttURL.SetToolTip(txtURL, "Enter the URL for the RSS Feed here.")
End Sub
End Class