|
-
Aug 28th, 2006, 03:04 PM
#1
Thread Starter
Lively Member
[2005] Make a program start up another program and preform action
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|