E
Elton
Dear All,
I am new to vb , please help.
I have a picture , and a picture_click( ) function. What I want to do is to
have a simulate a click event onto the picture in a loop. However, when I
write:
for i = 1 to 10
picture_click()
....
it gives me an error messge, said that I missed some parameter in the click
function call.
I searched through google, and found some people suggest to put "sender" and
"e" in the () as parameter.
but then another error message generated, sender and e is not definted.
Can you help? thanks.
I am new to vb , please help.
I have a picture , and a picture_click( ) function. What I want to do is to
have a simulate a click event onto the picture in a loop. However, when I
write:
for i = 1 to 10
picture_click()
....
it gives me an error messge, said that I missed some parameter in the click
function call.
I searched through google, and found some people suggest to put "sender" and
"e" in the () as parameter.
but then another error message generated, sender and e is not definted.
Can you help? thanks.