H
Helge Green
Please tell me how to programmatically force the use of the old print dialog in Windows 11 22H2 in C ++? For example, using the PrintDlgEx() and PrintDlg() functions also invokes a new print dialog instead of the old one. There is also a way to make an entry in the registry, but it is not suitable, because if the application crashes, it will not be possible to change the value back in the registry.The problem with the new dialog is that it is incorrectly initialized: if the initial mode "print range" is selected, instead of the range for example "1-2" it is displayed simply "1-" without the la
Continue reading...
Continue reading...