Visual Basic List Domains From Results

I have a visual basic 6.0 program I made. It works great.

This .exe program basically searches the web & it saves the webbrowser1 control page source to a static file.

However I am unable to parse out / list out the domains from the static file.

I would like to be able to list out all the domains found in the page source. The domains should be unique & one per line.

Seems easy, but I couldn’t find regex to work with vb6 or a way to save an ongoing file with a simple list of one domain per line with no duplicates.

Should be an easy job for a vb6 developer.

Thank you.

Leave a Reply

Your email address will not be published. Required fields are marked *