03-08-2012, 01:32 AM
(03-08-2012, 01:28 AM)AceInfinity Wrote: I look forward to seeing vb tutorials here, haven't seen contributions in this section for a long time.
you can also assign a handler to it:
Code:AddHandler Button1.Click, AddressOf Testing
Code:Private Sub Testing()
MsgBox("Test")
End Sub
Maybe to change that around, you can make a tut? :O