Printable View
Hi How do you automaticly click button1 ? I need something like button1_click() = true thnx
button1.PerformClick
Call its PerformClick method.
Quote: Originally Posted by zeekapitein Hi How do you automaticly click button1 ? I need something like button1_click() = true thnx Hi, What you also can do is make button1 as the acceptbutton in the forms property, that means when you use the enterbutton will do the performclick from button1.