473,804 Members | 4,217 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where to find the data changed by PageSetupDialog

I do the code at the bottom of this, and later use:
zz = mPD.DefaultPage Settings.PaperS ize.Height
and it works most of the time. It's a long story but if I use the
printer's "Custom" size I do not always get the correct results.

Expertimenting isn't getting me anywhere I need someone who
understands the mPD options!

I know I can also get page size by
zz = mpD.PrinterSett ings.DefaultPag eSettings.Paper Size.Height
Which is the one to use??

All pages in the document use the same settings.
Where should I look for the page sizes and Dpi
set by PageSetupDialog and where should I set margins.

I'd appreciate any info,

PS
Wordpad handles the "Custom" sizes for the printer OK
so it isn't the driver.
Dim lPageSetupDialo g As New PageSetupDialog
With lPageSetupDialo g
..Document = mPD
..ShowHelp = False
..AllowPaper = True
..AllowMargins = True
..AllowOrientat ion = True
..AllowPrinter = True
..PageSettings. Margins.Top = 100 * GDI.CSingle(Tex tBoxTopMargin.T ext)
..PageSettings. Margins.Left = 100 * GDI.CSingle(Tex tBoxLeftMargin. Text)
..PageSettings. Margins.Right = 100 * GDI.CSingle(Tex tBoxRightMargin .Text)
..PageSettings. Margins.Bottom = 100 * GDI.CSingle(Tex tBoxBottomMargi n.Text)
If .ShowDialog() <> DialogResult.OK Then Exit Sub
Nov 21 '05 #1
0 1050

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

Similar topics

2
13963
by: Trev | last post by:
I have two tables, tblMTO and tblIMPORT_MTO. If I import an entire MTO into the import table I want to create a delta from it (i.e. leave only the changed items). I have a view (simplified) SELECT dbo.tblIMPORT_MTO.ImportID, dbo.tblIMPORT_MTO.MTONo, dbo.tblIMPORT_MTO.Rev AS New_Rev, dbo.tblMTO.Rev AS Old_Rev FROM dbo.tblIMPORT_MTO LEFT OUTER JOIN dbo.tblMTO ON dbo.tblIMPORT_MTO.MTONo = dbo.tblMTO.MTONo Now to get all rows...
0
1179
by: Andy Sze | last post by:
Visual Studio.net 2003 no yet fix the PageSetupDialog bug. http://support.microsoft.com/?id=814355 Here is my new solution: Private Sub btnPageSetup_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles btnPageSetup.Click '--- If Microsoft fix the bug should be: 'PageSetupDialog1.PageSettings = PrintPageSettings
6
3275
by: Just Me | last post by:
Dim PageSetupDialog As New PageSetupDialog With PageSetupDialog ..Document = mPD ....snip
2
4900
by: Amjad | last post by:
I use the PageSetupDialog box to allow the user to change the page margins before printing. The problem is when I open the dialog box and type in margin values in millimeters (as it says in the group border title), click on the OK button, and then open the dialog box again, I find that all the margin values were divided by 2.54. Basically, every time I open that Dialog box and click on OK, all the margin values get divided by 2.54. I...
1
2619
by: Blaine | last post by:
When I show my Windows Form as a dialog box (ShowDialog(Me)) and click on a button that calls the ShowDialog of either the PageSetupDialog or PrintDialog conrtol, my Windows Form closes After I close the PageSetupDialog or PrintDialog. This doesn't happen if the Windows Form is displayed using the Show method. Does anyone have a solution? I've made my own Print Setup Dialog Box (frmPrint). I've added the PrintDocument, PageSetupDialog...
1
1629
by: Dennis | last post by:
I am trying to use the PageSetUpDialog and set some defaults before it shows; PageSetUpDialog1.Document.DefaultPageSettings.Landscape =True PageSetUpDialog1.PrinterSettings.DefaultPageSettings.Landscape = True PageSetUpDialog1.ShowDialog However, the dialog shows the Portrait checked, not the landscape when it shows up. This is also the case when I try to set the default margins. Why does the dialog not show the defaults that I have...
1
3902
by: Ratan | last post by:
Hello, I am using PageSetupDialog in my application to change the pagesettings of the document but i dont want to show all the page size to the user, I want to show only A3 and A4 size for selection in papersize dropdown. Is it possible to customize this option?? /Ratan
1
4834
by: Ed Sutton | last post by:
My C# app. apparently has problems with PageSettings not being initialized properly after calling PageSetupDialog. If a user selects a non-default printer from PageSetupDialog, the PageSize is apparently not-initialized properly. It appears to be printing to a very small page size and only prints a small piece of each page. Alternatively, if if a user selects the new printer, then user selects the paper size from the printer properties,...
0
1895
by: ppeterkin | last post by:
I customized a PrintPreviewDialog by adding a button to it's toolstrip that opens up a PageSetupDialog. The problem is changes made to the page setup are not passed to the PrintPreviewDialog until I close and reload it. How do I enable these changes to immediately show up in the print preview. See Code Below. Paul Private Sub ToolStripMenuItem2_Click(ByVal sender As System.Object,
0
10586
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...
0
10338
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10323
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
9161
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...
0
6856
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
5525
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...
0
5658
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4301
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
3823
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.