read htm file

Henk

Member
Joined
Feb 12, 2006
Messages
7
Programming Experience
Beginner
Hi,

I have a html file

in this file there's a banner:

<marquee width="800" scrolldelay="100">
<strong>Test Test Test</strong>
</marquee>

I want to show the banners text in a textbox in a vb.net program.
=> Test Test Test

How can I do this?
 
Back
Top