First start off with a form
then add a button.
then add THIS CODE to button1
That's it. I attach my pre-made Solution to.Code:Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Button1.Text = ProductName End Sub End Class
Please register or login to download attachments.