Invoking IE browser from a VB.NET app

  • Thread starter Thread starter MC
  • Start date Start date
M

MC

Hi,

Does anyone know how to invoke IE in a specific url when I click a button in
a VB.NET app?

Thanks.

MC
 
If your app is a Windows Forms app, it can host the IE ActiveX control and
call the Navigate (Navigate2?) API when your button gets clicked.
 
Back
Top