Simulate a click event on a reference of a control

NicoVB

Well-known member
Joined
Jan 2, 2002
Messages
160
Location
Belgium
I have an instance of an control object(a linklabel). For example


Dim linker as new LinkLabel


But I want from code simulate the event LinkClicked of this control. How to do this??
 
Let take action I think. So the code behind the linker_LinkClicked(handling the event) sub is executed
 
Back
Top