473,626 Members | 3,191 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Silent printing

I want to implement silent printing in my project to print reports
programmaticall y, so that a user will not see any pop-up messages to do
with the printing process. For instance, I want to hide the "Printing
Page 1 of document.." dialog.

Curently I use .Print() method.

I found this article that solves problem within DevExp but i don't
wanna buy this component only because of this one feature... :(

http://www.devexpress.com/Support/Kn....xml?kbid=2658

Nov 17 '05 #1
5 11072
I don't know of a way to hide this dialog. However, even if you do hide
that, if your product runs on XP service pack 2, a balloon dialog will pop
up from the system tray indicating that the document was printed. You won't
be able to turn this off at all, as it is considered a security feature
(what if some program was printing documents from your machine over and over
again?).

In the end, you won't be able to have truly silent printing.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

<ze***********@ gmail.com> wrote in message
news:11******** ************@g1 4g2000cwa.googl egroups.com...
I want to implement silent printing in my project to print reports
programmaticall y, so that a user will not see any pop-up messages to do
with the printing process. For instance, I want to hide the "Printing
Page 1 of document.." dialog.

Curently I use .Print() method.

I found this article that solves problem within DevExp but i don't
wanna buy this component only because of this one feature... :(

http://www.devexpress.com/Support/Kn....xml?kbid=2658

Nov 17 '05 #2
Zeljko,
Set the PrintController of your PrintDocument to an instance of
StandardPrintCo ntroller. The default is PrintController WithStatusDialo g
which produces the status dialog.

Ron Allen
<ze***********@ gmail.com> wrote in message
news:11******** ************@g1 4g2000cwa.googl egroups.com...
I want to implement silent printing in my project to print reports
programmaticall y, so that a user will not see any pop-up messages to do
with the printing process. For instance, I want to hide the "Printing
Page 1 of document.." dialog.

Curently I use .Print() method.

I found this article that solves problem within DevExp but i don't
wanna buy this component only because of this one feature... :(

http://www.devexpress.com/Support/Kn....xml?kbid=2658

Nov 17 '05 #3
This 2 lines did the work, thanks!

doc.PrintContro ller = new StandardPrintCo ntroller();
doc.Print();

Željko

Ron Allen wrote:
Zeljko,
Set the PrintController of your PrintDocument to an instance of
StandardPrintCo ntroller. The default is PrintController WithStatusDialo g
which produces the status dialog.

Ron Allen
<ze***********@ gmail.com> wrote in message
news:11******** ************@g1 4g2000cwa.googl egroups.com...
I want to implement silent printing in my project to print reports
programmaticall y, so that a user will not see any pop-up messages to do
with the printing process. For instance, I want to hide the "Printing
Page 1 of document.." dialog.

Curently I use .Print() method.

I found this article that solves problem within DevExp but i don't
wanna buy this component only because of this one feature... :(

http://www.devexpress.com/Support/Kn....xml?kbid=2658


Nov 17 '05 #4
Now I got another problem.

User required not to print directly but first to get preview.
Again google didn't answer to my queries...

Code now looks like this:
doc.PrintContro ller = new StandardPrintCo ntroller();
printPreviewCon trol1.Document = doc;
printPreviewCon trol1.Show();

but dialog "Generating Preview..." is showed... :(

Nov 17 '05 #5
Mrki,
I've never tried bypassing that dialog. It is being shown by the
PrintPreviewDia log which uses its' own print controller and doesn't appear
to be changeable. You could roll your own using a PrintPrieview Control but
then you will have to code all the controls for moving through the document
as well.
Just as an aside, my users don't seem to mind seeing the generating page
# dialog and it does act as a type of progress indicator which is useful for
some of our long documents.

Ron Allen
"Mrki [MCAD]" <ze***********@ gmail.com> wrote in message
news:11******** **************@ g47g2000cwa.goo glegroups.com.. .
Now I got another problem.

User required not to print directly but first to get preview.
Again google didn't answer to my queries...

Code now looks like this:
doc.PrintContro ller = new StandardPrintCo ntroller();
printPreviewCon trol1.Document = doc;
printPreviewCon trol1.Show();

but dialog "Generating Preview..." is showed... :(

Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2139
by: harish | last post by:
i am trying to install jdk1.4.0 using silent installation. i am performing the following steps: 1) First i am writing to a .iss file using the command: j2sdk-1_4_0-win.exe -a -r -f1"C:\setup.iss" 2) then i am going thru the installation by entering the destination path and the installation is getting successfully finished. 3)i uninstalled the jdk.
1
2794
by: Peter Schmiedeskamp | last post by:
Hello, I'm writing in regard to the distutils package for python. I regularly repackage installers for silent/automated distribution on numerous Windows PCs throughout an enterprise. Sites such as AppDeploy (http://www.appdeploy.com) and tools such as WISE all suggest that this is a pretty common task. Increasingly, however, I've found that tools like WISE's setup capture are becoming less relevant for this task. Rather than running...
2
634
by: Mei | last post by:
HI! Sir, I'm having difficulties to save the web browser in silent. when I try to use WebBrowser1.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_DONTPROMPTUSER, "c:\blank.html", "c:\blank.html"
0
1292
by: PiErre | last post by:
Hi, I used to install python 2.2 with the option /s (silent) on win2k server. Now I migrated to python 2.3 (Python-2.3.4.exe) and it seems to me that in all the registry values the drive is missing EG: under HKEY_CLASSES_ROOT\Python.NoConFile\DefaultIcon The (Default) values I found is \Python23\Py.ico
3
41853
by: TThai | last post by:
Hi, I've created an application that uses crystal report in VB dotnet environment. I've created an MSI package to be installed on the client pc to make the crystal report to work. However, the MSI requires User Intervention. Does anyone know how to create MSI in a silent mode in visual studio. This application will be pushed to the client from the server and the MSI package needs to be in a silent mode meaning all the user intervention...
4
6752
by: Bob | last post by:
Hi, I am using Office XP PIAs. I want to use Word/Excel to printOut documents w/o bringing up the application at all. When I set the Visible field to false, I still get the printing window appear for a little while. Is that possible to run these applications with no windows popping up at all? I print out a document as follows
1
1918
by: eelisdotnet | last post by:
Hi I have an application that have to be installed in silent/passive mode. The first installation goes well. When I try to execute a silent/passive installation of the new version (new msi version), the application files are updated but in the Add/Remove Program interface, there exist 2 instances of the application for each of the msi (even though there is only one instance installed on the computer). On the other hand, when I execute...
0
5194
by: blkwebman | last post by:
I'm trying to create a "standalone" install package (without any of the dialog boxes that a standard setup package would have). I think I understand how to do it in VB6 (using PDCmdLn.exe); I have already researched this subject in the MSDN for VB6. Here is the problem: I'm trying to execute a batch file containing this command and I'm running into a couple of errors. Here is the contents of the batch file: ...
112
5421
by: istillshine | last post by:
When I control if I print messages, I usually use a global variable "int silent". When I set "-silent" flag in my command line parameters, I set silent = 1 in my main.c. I have many functions that may print some messages. foo(...) { if (!silent)
0
8268
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8202
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8707
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8366
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6125
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5575
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4093
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2628
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1512
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.