Search Results

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: Mr.Stupid
Forum: VB.NET Oct 18th, 2004
Replies: 11
Views: 55,715
Posted By Mr.Stupid
Private Sub Form1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseMove

Label1.Text = "X." & e.X & vbCrLf & "Y." & e.Y

...
Forum: VB.NET Oct 18th, 2004
Replies: 10
Views: 43,240
Posted By Mr.Stupid
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Dim form2 As New Form2
form2.Show()

End Sub
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC