Openin URL from VB.NET

  • Thread starter Thread starter Crnaovca
  • Start date Start date
C

Crnaovca

How can I open specific URL i can determine every time i
run application?
For example, I want to open URL ("www.google.com") from
my windows applicaion created in VB.NET . That requires
me to open IE and then to tell IE to open that URL. URL
must be stored in some string variable, for example
variable i as string.
Thnx on help.
 
Back
Top