I want to do a "code" that presses a button by ut self with help of a timer. is that possible ?
Private Sub Timer4_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer4.Tick SendKeys.Send(TextBox4.Text) Timer4.Stop() button1.click <---- ? how End Sub End Class
i have a button called button1.
so any ideas

New Topic/Question
Reply



MultiQuote



|