Forum: VB.NET May 28th, 2009 |
| Replies: 2 Views: 298 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: 298 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: 298 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: 203 Nvm - InStr and Mid did the trick. :) |
Forum: VB.NET May 26th, 2009 |
| Replies: 1 Views: 203 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... |