473,668 Members | 2,428 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Supress Print Status Box?

I have a little app that monitors a database and then prints various
reports. Everything works fine except that it pops up the little status
window that says "Printing 1 or 2..", then goes away. It's quite annoying.
Is there a way to suppress this box?

Thanks.

-- Rob T.
Nov 20 '05 #1
2 1087
Hi,

The printdocuments printcontroller display that window. Try
this

PrintDocument1. PrintController = New
System.Drawing. Printing.Standa rdPrintControll er

http://msdn.microsoft.com/library/de...ollertopic.asp
Ken
------------------
"Rob T" <RT*********@DO NTwalchemSPAM.c om> wrote in message
news:eg******** ********@tk2msf tngp13.phx.gbl. ..
I have a little app that monitors a database and then prints various
reports. Everything works fine except that it pops up the little status
window that says "Printing 1 or 2..", then goes away. It's quite annoying.
Is there a way to suppress this box?

Thanks.

-- Rob T.

Nov 20 '05 #2
THANK YOU! That was too easy!

"Ken Tucker [MVP]" <vb***@bellsout h.net> wrote in message
news:uP******** *****@TK2MSFTNG P10.phx.gbl...
Hi,

The printdocuments printcontroller display that window. Try
this

PrintDocument1. PrintController = New
System.Drawing. Printing.Standa rdPrintControll er

http://msdn.microsoft.com/library/de...ollertopic.asp

Ken
------------------
"Rob T" <RT*********@DO NTwalchemSPAM.c om> wrote in message
news:eg******** ********@tk2msf tngp13.phx.gbl. ..
I have a little app that monitors a database and then prints various
reports. Everything works fine except that it pops up the little status
window that says "Printing 1 or 2..", then goes away. It's quite annoying. Is there a way to suppress this box?

Thanks.

-- Rob T.

Nov 20 '05 #3

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

Similar topics

1
1072
by: Khalid Hussain | last post by:
hi Could someone please help me in following: I need to update Policy status baseupon commencement date and then print with new Policy status. I written a stored procedure to update the policy. Now I need to work out how I can print a report. We already doing the report manuall in our VB6 program but this is automatic process. So no users involue here. It would change the status by running the stored procedure and then print the...
2
1954
by: ashtonn | last post by:
Hello, How do i print values returned by Py_BuildValue in Linux? PyObject *obj = Py_BuildValue("{s:i}", "Status", status); I need to print the Status value here -Thanks, Ashton
0
2519
by: J M | last post by:
How do I go about writing HttpWebRequest to get IPP printer status request from remote printer? I have been running ippprint utility but it's not working across proxy servers so I have to write up my own monitoring tool: I guess here is HTTP send and receive from local print server? C:\TEMP\IPP>ippprint -v -s -p http://192.168.1.200:631/ipp/port1 test.1 Sending file test.1 About to send the following request:
1
3535
by: David | last post by:
I have a custom control that contains a class that Inherits the panel control. I am trying to catch a keydown event in this class and then supress it from the rest of the control as well as the form that hosts the control. The problem I am running into is that the form that hosts the control will respond to the keydown event event. Any ideas what I am missing? Some source code to help:
3
1613
by: Milan Todorovic | last post by:
Hello, I need help with something that should be pretty trivial, but I can't seem to find an easy way to do it. I have a printing routine set up in a windows vb.net 2005 app. The routine has all the printing settings defined, so no PrintDialog is needed. However, when printing starts, the application displays a print notification window while buffering information. Granted, it's there for only a second or so, but I need this window...
2
1335
by: khani | last post by:
Hi i have following situation in cystal report in detail section i have a field say name.now i have five duplication record like this zahid zahid zahid zahid
5
2512
by: xirowei | last post by:
public class Result { private int countA = 0; private int countB = 0; private int statement; private boolean statusA = false; private boolean statusB = false; private int arrayA = new int; <= the problem seem like happen at here? private int arrayB = new int; <= the problem seem like happen at here?
3
2929
by: rajkumarpb | last post by:
Hi friends, I am new to this forum...But not for programming...I want a Print CSS File to be added in my page..OK.... Here is the page and i want you friends to help me create the CSS File for the page i give here...Frankly said, i am a noob in CSS....Please help me....Here is my HTML Page and i want only the <div id="pageloader"> to be displayed.. <%@ page session="true" %> <%@ page import="java.util.*" %> <%@ page...
0
1489
by: tvnaidu | last post by:
I wrote a status page HTML code, here I have 8 port status, it prints first 7 and last status it won't print, from there onwards it won't print footer also, if I make 10 instead 8, then it prints first 9 and last one status it won't print, samething if I make 15, it prints 14 and last one won't, any issue with this script?. <html> <head> <title>STATUS PAGE</title> </head> <body>
0
8462
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
8382
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
8893
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
8586
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,...
0
7405
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6209
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
5682
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
4206
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...
2
2028
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.