質問

I have already developed some simple extensions for chrome and opera.And da documentation provided by them was so cool that It took abt 1 week to get the things.

But developing IE extension is pretty difficult.NO proper documentation !! MSDN tutorials and developing IE extensions given by alex dint help much!! Moreover,I do have VS express 2010..no ATL available !! Can anyone provide me fine links or documentation for developing HELLO WORLD extension ..

And, is it possible to develop IE extension using JavaScript and HTML as in Opera and Chrome?

役に立ちましたか?

解決

ATL is COM/ActiveX, and COM/ActiveX is Oh-So-1995, Dude. I wouldn't recommend going there ;)

You can write IE extensions in .Net. Consequently, you should be able to use either/both the C# and/or VB.Net versions of MSVS Express 2010:

Finally, there's also a lot of good information in this link:

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top