EliseFreedman
Programmer
I am working on an application to allow a user to automatically print on a photocopier the desired amount of copies of a specified document. This task is complicated by the fact that the user needs the ability to alter the way in which the copies are produced, each copy should be stapled together. At present I am displaying the print dialog box. The user has to then manually select all the desired options - for example double sided printing, stapling etc. This is done by selecting a particular Tab on the dialog(which does not have a shortcut key) and then selecting options from various combo boxes/option buttons none of which have shortcut keys assigned to them.
Can I use SendKeys to capture the keystrokes used to select the printing options. I would like to be able to do this so that I can set up the document automatically for printing. If this is not possible, is there an alternative way
Thanks in advance
Elise
Can I use SendKeys to capture the keystrokes used to select the printing options. I would like to be able to do this so that I can set up the document automatically for printing. If this is not possible, is there an alternative way
Thanks in advance
Elise