Home All Groups Group Topic Archive Search About

WebBrowser with Frames in Website

Author
9 May 2006 6:08 AM
Rob
I want to write a vb.net program to allow me auto login this site
http://www.ogame.org while it seems I could not get the right element to do
"submit" action. I could not access the frame in it.
Anyone can give help, thanks.

Author
9 May 2006 9:03 AM
Cor Ligthert [MVP]
Rob,

If you want to access the frame than you have to know the url name of is.

Because in this case the webbrowser is getting a collection of documents, do
you first have to make the code arround that. (Needs the download complete
etc)

Cor

Show quoteHide quote
"Rob" <R**@discussions.microsoft.com> schreef in bericht
news:1764D103-5647-4717-8B17-2B357EE14DF7@microsoft.com...
>I want to write a vb.net program to allow me auto login this site
> http://www.ogame.org while it seems I could not get the right element to
> do
> "submit" action. I could not access the frame in it.
> Anyone can give help, thanks.