Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to Access a printer which is connected to the client computer from my web application.
Technology :MVC3, language: C#.
And we did that using an activeX object. Unfortunately it is not working with google chrome browser. But is working fine with IE versions.
Do any one know why this activeX object which is working fine with IE7,8,9 is not supporting by Chrome.? This is really annoying..
Posted

1 solution

ActiveX, like VBScript, is a Microsoft-only technology. It won't work on Chrome, or Firefox, or Safari on Windows: it won't work on any browser in iOS, Mac OS-X, Linux, Unix, Android, ...

I'd suggest you open Chrome in any web page, press Ctrl-P (you'll see the print preview page), and start right-clicking and analyzing the source of the page. Look for "SystemDialogOption".

Hope this helps,

Pablo.
 
Share this answer
 
Comments
pufo 31-May-12 2:15am    
Thank you for replying Pablo :). Can you help me what I have to do with "SystemDialogOption".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900