tags:

views:

497

answers:

0

Possible Duplicate:
ActiveX Print a web page

I am new in activex, i want to write a activex with vb6 or .net (vb or c# is ok), the activex can print the web page without prompt the print dialog, the web page is the activex resided in.

Now, I can write a activex in vb6, but cannot print a web page, I have tried many ways found from internet, but cannot success. I also tried using .net, but cannot register the dll in the client side without .net framework and cannot print the web page also.

I have questions: 1. If I use vb6, how can i print the web page 2. If I use .net to develop the activex, how can i register the activex in the client machine automatically since the client machines have no .net framework

Thank you for your reply, If you could give detail information is better since i am new in writing activex.