Search results for query: *

  • Users: aDvo
  • Content: Threads
  • Order by date
  1. A

    Problem with AddHandler

    Hi guys, Here's my basic code, i'm trying to create a timer and add a handler to the timer that calls the form's paint sub. Public Class Form1 Dim t As New System.Timers.Timer(500) Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load...
Back
Top