About Brandon Drake Expertise I can answer questions regarding the Graphics object, file access, general optimization, printing (on paper), user controls, program mathematics, the registry, creating macros, processes, and fundamental or basic questions. I have made a few asp.net pages but I do not know the language extensively. I have not done much work with databases but I have created my own database systems.
Experience I have been programming with visual basic for 6 years. In all I have written programs in about 8 programming languages, although, I only know about 3 well. I have written a few applications but mainly I like to write programs for fun.
Expert: Brandon Drake Date: 8/3/2006 Subject: page setup dialogue control
Question How can I modify the page setup dialogue control-through inheritance? Or should I even try?
-Situation:
I am printing a bar graph type time line schedule which comes from four different data sources . Pages wide X pages tall needs to be selectable but there is not that option. I thaught about after the page set up dialogue closed to have a panel pop up with this selection on it but that seemed awkard.
Answer Mark,
First, you can't inherit the page setup dialog because it is marked "Not Inheritable". I don't know of any way to edit the controls that are displayed on the page setup dialog box.
The Print Preview dialog box IS inheritable, and you can edit the controls that are displayed on it. That may be a useful alternative.
You may have to recreate the page setup dialog yourself if you actually want to have those settings in the dialog.
The last option I can think of is to just make the page numbers another menu. You could call it "Page Properties" or "Page Format".