Log in

View Full Version : Click image in webbrowser control in vb


sauravraut
Jan 20, 2008, 08:59 PM
heys guys I want to load a page in webbrowser control in my vb application and click an image there... suppose I loaded the webpage and I know the name of the gif image which is an random hyperlink.. now I have to click on that gif image named "ok.gif" how can I do this ?

sauravraut
Feb 24, 2008, 11:04 PM
Oops I found solution of this problem myself... what I did is I copied the source code of page in temp memory then I edited the code and added a button in place of OK.gif image then I called click function in vb... and it worked! Cool

wolfgangqpublic
Sep 21, 2008, 07:29 AM
Hay man can you give the code how to do it.. I don't understand :(