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