It is currently April 20th, 2024, 6:03 am

Using WebParser in VB08

Post reviews, recommendations and questions about other software.
User avatar
Samus Aran
Posts: 86
Joined: August 7th, 2009, 11:23 pm

Using WebParser in VB08

Post by Samus Aran »

I'm currently writing a little tool in VB08 that notifies a user of a new private message in a bulletin board.
The string in the HTML-code is:

Code: Select all

<div><a href="private.php">Private Nachrichten</a>: Ungelesen 0, insgesamt 101.</div>
I actually only need the part

Code: Select all

<a href="private.php">Private Nachrichten</a>: Ungelesen 0
to parse it
and then I would use an If-Command to use in my tool, something like: "If the number is bigger than 0, notify the user of his/her new private messages."

Can I utilize Rainmeter's WebParser.dll to do the parsing-job in my tool?
User avatar
Samus Aran
Posts: 86
Joined: August 7th, 2009, 11:23 pm

Re: Using WebParser in VB08

Post by Samus Aran »

Problem solved, can be closed.

I found a similar solution in a german Visual Basic-Forum.