You can do it with javascript and applying it to the table row.
Code:
<tr style='font-size:11px;' onMouseOver=\"this.style.cursor='pointer';this.bgColor='#666666';this.style.color='#FFFFFF';\" onMouseOut=\"this.bgColor='#555555';this.style.color='#FFFFFF';\" onclick=\"JavaScript:window.open('".lg_link($server['o']['id'])."','_parent');\">
This code is unrelated to vb, but it makes it so when you mouse over a row it changes background color and when you click it, it goes to a url. It could be made to work with vb. Also here's a basic tutorial showing how to make tables clickable.
http://radio.javaranch.com/pascarell...419159000.html
Hope it helps...