I have used the CommonDialog1 to show printer and i used the code below to determine the number of copies to be printed.
1. NumCopies = CommonDialog1.Copies
2. msgbox NumCopies
What i have released is that no matter how i increase the number the NumCopies is still 0.
Can any one help me on how to determine the number of copies to be printed with CommonDialog1.Copies?
any link?




Reply With Quote