How would I pull this up in VB

<input type="radio" selected name="TileSet" value="5">

I'm using a Inet control to "Click" the 5th radio buton and sumbit the form


The submit works.. looks like

web.Document.Forms(0).submit


How do I use the radio button like this ?