A small breakthrough: "Hello World" when the button is pressed.......:
I just read this: And in color... ! I'm more of a Henry Ford man myself, color it is then.....!Code:Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click TextBox1.Text = "Hello World" End Sub End Class
Dave




Bookmarks