Home All Groups Group Topic Archive Search About
Author
7 Jan 2006 10:35 AM
konox
Hi to everybody and i hope you have a happy new year!
Is it possible to connect the FireFox(or IE) browser with my asp.net
Web Application?
i explain:Is it posslible when i'm on Internet (With firefox or IE) to
call a specific WebForm of my WebApplication through a new option in
Right Click submenu?
Can i add a new option on the Right Click submenu (in Firefox or IE?)
in order to be able to call my application from everywhere in the
Internet?
The reason is that i want to have to ability to Download files from the
Internet directly through My Application in my Server. Any ideas?
thanks in advance.

Author
7 Jan 2006 11:36 AM
Spam Catcher
"konox" <ko***@in.gr> wrote in news:1136630147.065056.52650
@g14g2000cwa.googlegroups.com:

> The reason is that i want to have to ability to Download files from the
> Internet directly through My Application in my Server. Any ideas?
> thanks in advance.

Yes, but this is more of an IE SDK or Firefox SDK question.

You could always build a Firefox or IE plugin to handle such a feature

--
Stan Kee (spamhoneypot@rogers.com)
Are all your drivers up to date? click for free checkup

Author
7 Jan 2006 2:10 PM
konox
Could you give some help on how i can build this plugin? In what
environment can i build it?
thanks once again.
Author
8 Jan 2006 5:18 AM
Paul Henderson
> Could you give some help on how i can build this plugin? In what
> environment can i build it?

Well, you just need a text editor for the environment (e.g. Notepad).

Check out
http://roachfiend.com/archives/2004/12/08/how-to-create-firefox-extensions/
http://www.codeguru.com/Cpp/I-N/internet/browsercontrol/article.php/c3385/

for Firefox and IE respectively.
Author
8 Jan 2006 10:03 AM
m.posseth
In what
> environment can i build it?

in C++

Firefox has a verry active comunity ,,, the web control interface is simular
to the IE interface  although not as stable as IE in my latest tests ( i am
talking about the webbrowser control wich you can throw on your IDE forms to
use   )

http://www.mozilla.com/developers/

http://developer.mozilla.org/



regards

Michel posseth [MCP]


Show quoteHide quote
"konox" <ko***@in.gr> wrote in message
news:1136643040.228035.18290@z14g2000cwz.googlegroups.com...
> Could you give some help on how i can build this plugin? In what
> environment can i build it?
> thanks once again.
>

Bookmark and Share