Forum: RSS, Web Services and SOAP Jul 4th, 2009 |
| Replies: 0 Views: 572 I spent last 10 hours trying to figure out how to extract attributes from this:
<yweather:wind chill="76" direction="230" speed="8" />
RSS: http://weather.yahooapis.com/forecastrss?p=78620... |
Forum: VB.NET May 28th, 2009 |
| Replies: 2 Views: 270 FIXED.
Had to add couple of Stop and Refresh commands at the beginning and end of my code - not very pretty but works. |
Forum: VB.NET May 28th, 2009 |
| Replies: 2 Views: 270 I added "WebBrowser1.Stop()" thingy at the end of my Button code and it ... kinda ... works. Only thing is that it actually ADDS html content to the previously loaded content. :-/ |
Forum: VB.NET May 28th, 2009 |
| Replies: 2 Views: 270 OK so I have this WebBrowser1 and Button1 controls.
After you click Button1, program will access website, takes some HTML data, removes unwanted HTML tags and then... |
Forum: VB.NET May 27th, 2009 |
| Replies: 1 Views: 197 Nvm - InStr and Mid did the trick. :) |
Forum: VB.NET May 26th, 2009 |
| Replies: 1 Views: 197 Hello everyone,
I'm new to Visual Basic so I'm not sure if my question is related to VB.Net or if it's Vb 4/5/6... I'm using MS VB 2008 Express edition.
I'm looking for some help with a small... |