writing plugin/addin for IE

writing plugin/addin for IE

am 01.04.2008 10:48:03 von pelegk1

i want to write a plugin for IE so i will have a new button in IE,when
pressed i will get a simple form with 3 fields that i can feel out and the
data will be sent to a server
how can i do this?
thnaks in advance
peleg

Re: writing plugin/addin for IE

am 01.04.2008 13:27:44 von Alex Meleta

Hi peleg,

Under ASP.NET, or? Generally IE plugins are native apps becasue you cannot
expect user having .NET FW, but, it follows be requirements and it's not
an issue to build them on NET. Following this topic for more info http://www.eggheadcafe.com/community/aspnet/2/10017634/links -fyi.aspx

Regards,
Alex Meleta
[Tech Blog: http://devkids.blogspot.com]

p> i want to write a plugin for IE so i will have a new button in
p> IE,when
p> pressed i will get a simple form with 3 fields that i can feel out
p> and the
p> data will be sent to a server
p> how can i do this?
p> thnaks in advance
p> peleg

Re: writing plugin/addin for IE

am 01.04.2008 18:25:29 von Steve

I'd say an IE8 WebSlice sounds just about perfect for this.
Here's more info:
http://www.microsoft.com/windows/products/winfamily/ie/ie8/f eatures.mspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


"pelegk1" wrote in message
news:436D5FA0-3C24-4DC8-BF50-81D14C059ED6@microsoft.com...
>i want to write a plugin for IE so i will have a new button in IE,when
> pressed i will get a simple form with 3 fields that i can feel out and the
> data will be sent to a server
> how can i do this?
> thnaks in advance
> peleg