Guest
Private paste!

Untitled

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