Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~11.8K People Reached
Member Avatar for TheGuy831

Hi im im trying to get attributes from two diffrent tag names.. <img class="chimg" alt="SOME TEXT" src=" #1 IMAGE LINK TO GET"/> <span>" #2 TIME TO GET" </span>" SOME TEXT "</a> </h3> <div> <a href=' #4 LINK TO GET' onclick="window.open('Some link'); return true;" title=' #3 TITLE TO GET' >SOME TEXT</a> …

Member Avatar for Xavier_5
0
623
Member Avatar for TheGuy831
Member Avatar for TheGuy831
0
2K
Member Avatar for TheGuy831

Hi been trying to **click on a button.**. ![SnapCrab_NoName_2016-9-18_17-32-55_No-00.png](/attachments/small/4/0d67448b4c9a403d8045742796fd1a6e.png "align-left") heres the **code** from html** webDocument** ![SnapCrab_NoName_2016-9-21_20-35-31_No-00.png](/attachments/small/4/d21666d16295481ea3442c1cbeb44690.png "align-left") within **WebBrowser control**.. **Please Help**.. Thank You.. Heres my code so far.. Dim theElementCollection As Windows.Forms.HtmlElementCollection = Nothing theElementCollection = WebBrowser1.Document.GetElementsByTagName("a") For Each curElement As HtmlElement In theElementCollection If curElement.GetAttribute("id").Contains("remove-over") Then curElement.InvokeMember("click") …

0
202
Member Avatar for TheGuy831

Hi im trying to **click** on a **button** within a **webbrowser control**.. to close a ad in a **iframe** wich i have no **access** to my code works on first page but not on second page heres my **Code** Dim theElementCollection12 As Windows.Forms.HtmlElementCollection theElementCollection12 = WebBrowser1.Document.GetElementsByTagName("a") For Each curElement As …

0
115
Member Avatar for TheGuy831

Hi Im trying to Populate my datagridview from data scraped off of webpage i Want to be able to report progress when datagrid finished updating.. with a progressbar.. Please Help!!!!!! Thank You.. Heres My code Dim theElementCollection As Windows.Forms.HtmlElementCollection theElementCollection = Form1.WebBrowser2.Document.GetElementsByTagName("a") For Each curElement As HtmlElement In theElementCollection Form1.DataGridView1.Rows.Add(curElement.GetAttribute("title"), …

Member Avatar for TheGuy831
0
3K
Member Avatar for TheGuy831

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

Member Avatar for Stagnant
0
170
Member Avatar for TheGuy831

Im trying to **close** this **ad banner** from webpage.. please Help.. <div id="hiddenBannerCanvas"></div> <div id="bannerInCenter"> <a href="http://record.bettingpartners.com/_8tAZwUrL2Ja3jsFw_KD1gyyZw0gXuLb7/0/" target="_new"><img src="http://media.bettingpartners.com/GIF/Bovada/Sports/F1/300x250.gif" /></a> <span id="bannerClose" class="closebet">->-X-<-</span> </div>

Member Avatar for rproffitt
0
103
Member Avatar for TheGuy831

Hi im trying to Scrape a **table** of a website and list it in a **datagridview** wich has a column **Name** and a **Url Link** Please Help!!!! Heres the source.. <div class="text"><table class="links"> <thead> <tr class="thblue"><td style="width: 105px"></td><td style="width: 85px">Time</td><td style="width: 540px">Teams</td><td>Broadcast</td></tr> </thead> <tbody><img src='/img/nowplay.gif'><tr> <td colspan='5' class='accordion greybg'><span class='icon'><img …

Member Avatar for rproffitt
0
503
Member Avatar for TheGuy831

Hi ive been trying to InvokeMember onmouseup to close a banner in WebBrowser Control.. <div id="layer1" style="height: 0px; left: 240px; position: absolute; top: 30px; width: 10px; z-index: 1;"> <span onmouseup="document.getElementById('floatLayer2').style.display='none'"> <img alt="" border="0" height="12" src="http://www.streamking.info/images/close.png" width="12" /></span></div> PLease!!!! Help!! Thank You...

Member Avatar for TheGuy831
0
1K
Member Avatar for TheGuy831

hey I'm trying to make a **flash player fullscreen** With a **click** of a **button**.. within a **webbrowser control** webpage source is not mine.. Pleasee!! Help!! Thank you..

0
77
Member Avatar for TheGuy831

Hi i got this issue with accessing a iframe and invokeclick.. i would like to have access to the iframe so i can click button within iframe.. heres an image of what im dealing with.. ![20e459ba4cdbcc60e5035af2e3ac618e](/attachments/large/4/20e459ba4cdbcc60e5035af2e3ac618e.png "20e459ba4cdbcc60e5035af2e3ac618e") **VB Code** Dim theElementCollection3 As Windows.Forms.HtmlElementCollection 'This line now includes access to the …

0
91
Member Avatar for TheGuy831

Hi ive been trying to click a close button within a iframe within a webbrowser control.. my code works in WebBrowser.Document not Reading Outterhtml="x" Try WebBrowser1.Document.GetElementById("bannerClose").InvokeMember("Click") Catch ex As Exception End Try and Dim theElementCollection3 As Windows.Forms.HtmlElementCollection theElementCollection3 = WebBrowser1.Document.GetElementsByTagName("img") For Each curElement As HtmlElement In theElementCollection3 If curElement.GetAttribute("alt").Contains("x") Then …

Member Avatar for J.C. SolvoTerra
0
3K
Member Avatar for TheGuy831

Hi i Been Trying all night to get **Flash Player** to occupy **All** Browser Control using the height="100%" and width="100%" ![0e4a025266d1fe1c72d867596476e7d3](/attachments/small/4/0e4a025266d1fe1c72d867596476e7d3.png "align-left") ![d5a44ac00709c049b7c89b808cf2a4b0](/attachments/small/4/d5a44ac00709c049b7c89b808cf2a4b0.png "align-left") Making **Flash Player** Full screen in Browser Control.. Please!! Help!! Thank you..

Member Avatar for TheGuy831
0
243
Member Avatar for TheGuy831

Hi ive been trying hard to get a img url collection from a textbox.. or how to stop loop on 3rd img url please help me. Thank You.. Heres What ive Got.. URL: https://www.facebook.com/tony.trujillo.3517 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim PageElement As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName(TextBox1.Text) …

Member Avatar for tinstaafl
0
169