Hi there ...

I solved my problem...

sub Print_Click {
      $Editor->Save("print.tmp", "1");
        system("copy", "print.tmp lpt1");
        unlink("print.tmp");
}

But I think that this "solution" isn't that perfect....

> Hi there ...

> How can I dump the contents of a RichEdit Window to
> a local printer connected to the LPT1 Port ??

> with friendly regards....

>            Jens Luedicke <[EMAIL PROTECTED]>

with friendly regards....

           Jens Luedicke <[EMAIL PROTECTED]>

Reply via email to