|
-
Feb 14th, 2000, 08:59 AM
#1
Thread Starter
Junior Member
Hi,
When I try to bring up the printer dialog box thru the VB app, the "pages" option is disabled. How do I make it enabled?.
Thanks
Latha
-
Feb 14th, 2000, 12:40 PM
#2
Junior Member
I think you have to set those options to enable the 'Pages' option...
CommonDialog1.Max = 3
CommonDialog1.Min = 1
CommonDialog1.FromPage = 1
CommonDialog1.ToPage = 3
Tipi
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
|