Hello all,
I have a number of linklabels in my program and in certain instances I would like to have them run, without the user having to actualyy click on the link. Buttons have the PerformClick event that you can call in code, but i have not found anything like that for a linklabel. Is there a way to get that done, or am I going to have to pull the code out of each linklabel, put it into a seperate sub and then call that sub from both places?
Any help, as always, is greatly appreciated.
Brian
I have a number of linklabels in my program and in certain instances I would like to have them run, without the user having to actualyy click on the link. Buttons have the PerformClick event that you can call in code, but i have not found anything like that for a linklabel. Is there a way to get that done, or am I going to have to pull the code out of each linklabel, put it into a seperate sub and then call that sub from both places?
Any help, as always, is greatly appreciated.
Brian