Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...