hi im trying to run this method without a webBrowser.. Please help.. Thank you...

This is what i got so far..

 Dim PageElements As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("iframe")

        For Each CurElement As HtmlElement In PageElements

            TextBox1.Text = CurElement.GetAttribute("src")

        Next

Do you mean your program shouldn't have to open a web browser to collect data? So how well is your code running at the moment?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.