decrypt Posted December 21, 2004 Posted December 21, 2004 Ok, I have an application and I want it to load up from a web browser. For example, i would do something like "loadup:BOO!!!" in the link, and the application would pop up and have the word "BOO!!!" in the textobox. Is this possible, and I want to do this in visual basic.net. Thanks in advanced... Quote
coldfusion244 Posted December 22, 2004 Posted December 22, 2004 Ok' date=' I have an application and I want it to load up from a web browser. For example, i would do something like "loadup:BOO!!!" in the link, and the application would pop up and have the word "BOO!!!" in the textobox. Is this possible, and I want to do this in visual basic.net. Thanks in advanced...[/quote'] What you are looking for is the argument list. When your program starts you will need to grab the argument list and parse it, then write the code to make it do what you want. Quote -Sean
decrypt Posted December 22, 2004 Author Posted December 22, 2004 i want something like this: http://loadmyprogram:andwritethistextinthetextbox would I have to create an add-on for the webbrowser (i'm using firefox)? How would the webbrowser know which application to load? Another example of this is the AIM thing Quote
*Gurus* Derek Stone Posted December 22, 2004 *Gurus* Posted December 22, 2004 You would need to install a custom protocol handler into the registry. HKEY_CLASSES_ROOT\PROTOCOLS\Handler\ Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.