ActivX Control in IE

dead3y3

Newcomer
Joined
Feb 17, 2006
Messages
1
Hello guys.

I createt a ActiveX Componet with C#. The Componet prints automatically when her gets a string value on the clients computer with the clients printer.

Now i have the following problem. Locally and in the Intranet loads the Internet Explorer the "print.dll" with no problems and the printer prints :cool: but over the internet he not load and not print. Wuy ? :confused:

I habe searched in Google and other forums etc. I know i can make a automated install with .cab files. like Macromedia Flash Player but i do not know how.

Here my Code:
$ausgabe .= "<OBJECT classid=\"print.dll#ActiveXDotNet.myControl\" codebase=\"Install.CAB\">";
$ausgabe .= " <param name=\"UserText\" value=\"".$ticket_text."\">";
$ausgabe .= " <param name=\"PrintFont\" value=\"Verdana\">";
$ausgabe .= " <embed src=\"print.dll\" autostart=\"true\"></embed>";
$ausgabe .= "</OBJECT>";

I hope your can help me.

dead3y3
 
Back
Top