|
-
Apr 5th, 2000, 09:26 PM
#1
Thread Starter
New Member
Where can I find a code to display the Printer Settings-
window -- that window where you can tune all the settings
on the printer. Which paper type and size to use, which
quality etc. How do I open that window?
Isn't that what API is made for? Opening windows like that?
Thanks in advance 
--
Fredrik Stai - [email protected]
-
Apr 5th, 2000, 09:43 PM
#2
You can use Common Dialog Control. Add Microsoft Commond Dialog control by pressing CTRL+T and selecting it from the list. Add this control to your form. To show the Printer dialog is very easy:
CommonDialog1.ShowPrinter
This will show you the generic Printer dialog. You would have to then use Printer object to print what you want to be printed.
-
Jul 8th, 2011, 05:48 AM
#3
New Member
Re: Displaying the Printer Settings
 Originally Posted by Serge
You can use Common Dialog Control. Add Microsoft Commond Dialog control by pressing CTRL+T and selecting it from the list. Add this control to your form. To show the Printer dialog is very easy:
CommonDialog1.ShowPrinter
This will show you the generic Printer dialog. You would have to then use Printer object to print what you want to be printed.
Can I do it from API, without using Commond Dialog?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|