Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX or Netscape Plug-ins ?

Status
Not open for further replies.

ahari

Programmer
Jul 3, 2001
1
AU
I want to develop a plugin/ActiveX that will enable me to view a particular file in a browser (IE/Netscape).

I already have a dll that transforms a *.abc type of file into readable content (html etc.). I have created a wrapper application for this dll that allows the user to specify the name of the .abc file and then calls the dll to show the contents using the WebBrowser control. But what i want is a plug-in sort of a thing, so that if i open the .abc file in the browser directly, it should call the dll and execute the results in the browser (Netscape/IE)..i think that is something like a plug-in.

I have looked at the netscape site and used the netscape sdk to create a plugin, but i have not been successful with the samples. I can create an ActiveX control, but how will the browser know that it should execute the ocx when it comes across a file of type .abc ?

Any tips or anything so that i can even start off with something will be greatly appreciated.. :)

Thanks
ahari
Sydney
 
For them exists IIS filters. Try to study and understand them. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top