Hi,
I'm working on a program which hosts IE for UI rendering and I use print template for reports.
Until now, I worked with IE8. I encountered a problem fews years ago: when I set programmaticaly the default printer to print on it, IE always used the previous used printer or the default one when my program was launched.
I solved the problem using AlwaysUseDefaultPrinter registry key and it worked perfectly.
Today, I upgrade IE with version 10, and I still have the problem I solved before: the AlwaysUseDefaultPrinter key seems not to be used by IE10.
I found some posts which explains that the problem appeared with IE9, but I didn't found any solution or workaround.
For information, I used sysinternals procmon utility to watch if IE searched the key, it seems to load it but has no effect.
Is there a solution for this problem?
Any help will be appreciated. Thx
Best,
Manu