The way I do it is to hava a label, then in its on click event have:
ShellExecute me.hwnd, "open", "Link Address", vbNullstring, vbNullstring, sw_shownormal
And set the label to blue and underlined or whatever (I also set the Mousepointer property of the label to a pointy hand).
Hope that helps.