Click to See Complete Forum and Search --> : Developing ActiveX for Internet Explorer


Roby E Martins
July 20th, 2004, 10:02 AM
Hi,

I´m Roby E Martins, VC , VB and Web Developer.

I´m trying to create a Internet Explorer Plug-in (ActiveX) using ATL.
I already can call it using MIME, and work´s fine.
But I need to send some parameters from script to the Plug-in.
Something like:

<embed src="pronto.dwb" //File with extension registered in MIME
cod="40125" // Parameters
WIDTH="550" HEIGHT="450"> //Other default Parameters used Implicit

I tryed creating Property from Wizard in ATL (PUT/GET) but It didn´t receive any value.


Thank You.