I've never played in the Registry via code, so I need some help...

I want to take entries from the registry and place them in a text box, but don't know how to begin.

The registry path is as follows:
HKEY_LOCAL_MACHINE\SOFTWARE\Vendor Name\Program Name\Domains\Banned

and the entries will have sequential names, starting at 0 and increasing by 1. The values are IP addresses using from 1 to 4 nodes.

Examples include:
123.123.*.*
123.255.255.123

and so on...

How can I load these IP's to a list box in my VB6 program?

Thanks!