Printing works on Win7 x86, Windows XP.
On Windows 7 x64, this code does nothing. Nor does it throw any excpetion.
I have no ideas, googleing does not help.
Maybe someone has experience with this issue?
Thanks.
System.Drawing.Font printFont = new System.Drawing.Font("Courier New", 10);
DataTablePrintDocument printDoc = new DataTablePrintDocument(this, printFont);
WinForms.PrintDialog dlg = new WinForms.PrintDialog();
WinForms.DialogResult result = dlg.ShowDialog();
Try restoring your system fonts to original, this fixed the issue for me a while ago.
😉
As it works in x86 and xp it is no coding error.