0

im newbie and learn in vb.net 2010

i ve plan to create simple browser using vb.net this code

  Form2.WebBrowser2.Navigate("http://xxxxx.com")

for now . detect browser mozilla firefox with gecko this tutorial http://code.google.com/p/geckofx/wiki/GettingStarted

can you help me how to detect browser chrome when im use tbrowser in vb.net ?

thanks jk

kimpuler
  • 23
  • 2
  • 6
  • possible duplicate of [Use Chrome engine in WebBrowser control WinForms](http://stackoverflow.com/questions/9983787/use-chrome-engine-in-webbrowser-control-winforms) – Daniel A. White May 03 '12 at 00:56

1 Answers1

-2

do

webbrowser1.setdefaultbrowser("chrome.google.browserid")
sloth
  • 99,095
  • 21
  • 171
  • 219
Yayatcm
  • 193
  • 2
  • 3
  • 14