Hi, I just looked at the html doc for the page an found the iframe ref
Code:
<iframe width="728" height="90" allowtransparency="false" frameborder="0" hspace="0" vspace="0" marginheight="0" marginwidth="0" scrolling="no" src="http://www.promoteburner.com/code.php?id=2448&l=2" name="lolz"></iframe>
you could access this easy by using a webBrowser control
1/ navigate to the website (http://1matrixvlub.com)
2/ on Document Completed event get the pages html and parse it to find the src info within the iframe
3/ supply this src url into the webbrowser navigate event