-1

I want to develop the add on for IE that will open a feedback form and submit. For Chrome there are many resources but IE I didn`t get any specific example. Can anyone help me out.

DT_2
  • 71
  • 1
  • 7
  • Why Internet Explorer? No really, I want to know. – Dai Nov 30 '21 at 10:44
  • It was the requirement before, I am just updating the question for the sake of stack overflow policy which is not allowing me to ask further question. #sorry. – DT_2 Nov 30 '21 at 10:46

1 Answers1

-1

You could refer to the following reference to develop IE Add on:

Sample Internet Explorer add-on: Advanced Search

How to create Internet Explorer add-on in Visual Studio (C#, VB.NET)

Then, refer to this article to manage add-ons in Internet Explorer 11

Zhi Lv
  • 18,845
  • 1
  • 19
  • 30