how to open browser from forms click event

  • Thread starter Thread starter MacDuff
  • Start date Start date
M

MacDuff

Hello,
I would like to invoke the default browser from a label click event.
Could someone detail the proper .NET references and function call for me

---------------------------------
Inherits System.?????????

Private Sub lblAboutURL_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles lblAboutURL.Click

dim obj as ??
obj.navigate(lblCallUrl.text, ....)

End Sub

or whatever
 
found info for this in the knowledgebase article KB320320

ms-help://MS.MSDNQTR.2004APR.1033/enu_kbvbnetkb/vbnetkb/320320.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top