Well, ok, il try to explain as best as I can.

I have created this tabbed based web browser, and with this i am going to create some plug-ins, like various search plug'ins etc. What i need to know though, is, lets say i have a directory in my web browser install dir called "plugins", and there i have exe's of small plugin programs ive made. Now, how would the command be, on these plugins to make the webbrowser navigate?

Now i only have:
Code:
System.Diagnostics.Process.Start("http://911tabs.com/search.php?search=" + TextBox1.Text + "&type=band")
and this opens up in the default web browser, I want it to show up in my own web browser..

Cheers!