Hello all,
ok, this is a different question for you:
I use the PrintDoc.Print( ) function from System.Drawing. Printing in my Printing class to send the document I create to the printer (duh).
BUT, everytime I do that, I get a screen popup showing the status of the pages being sent to the printer. Page 1 of 4, 2 of 4... 4 of 4 and then it closes.
You might be wondering whats the problem with that.. well, as I use the program in a visualizing touch panel (HMI), that stupid thing takes the focus of the current window away (changing the z-order of the windows).
As that is the default from the system class, is it possible at all to *NOT* show that window when I send a document to the printer??
thanks in advance,
Thiago.
ok, this is a different question for you:
I use the PrintDoc.Print( ) function from System.Drawing. Printing in my Printing class to send the document I create to the printer (duh).
BUT, everytime I do that, I get a screen popup showing the status of the pages being sent to the printer. Page 1 of 4, 2 of 4... 4 of 4 and then it closes.
You might be wondering whats the problem with that.. well, as I use the program in a visualizing touch panel (HMI), that stupid thing takes the focus of the current window away (changing the z-order of the windows).
As that is the default from the system class, is it possible at all to *NOT* show that window when I send a document to the printer??
thanks in advance,
Thiago.