Safe Control/Applet for Internet Explorer

W

Wayne Gibson

Hi,
was wondering if anybody could help.

I'm looking to create a control that I can embed in a web browser, be it
Internet Explorer or FireFox.
I know that these used to be ActiveX's when using VB or VC. Or they were
Java applets when using Java.

What is the new method when using C#?
Is it possible to have it download automatically without informing the user?
Are there any example projects about ?

Many thanks

Wayne Gibson
 
B

Bob Powell [MVP]

You mean to circumvent the chosen security setting of the client machine? Is
this a good idea?

Just out of interest you may be interested in reading the following article
entitled "The Anatomy of a Drive-By Download"

https://netfiles.uiuc.edu/ehowes/www/dbd-anatomy.htm

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top