I have a third party program that I can not modify. It is Calypso for a CMM machine. It can automatically run parts to be checked for defects. The measurements it makes will be spat out as a PDF file that can be set to automatically print.
When Calypso outputs the Save As box to save it to the predefined folder, the File Name box is empty.
I'm trying to make a simple program that has a button on the second monitor that when it is pressed, will generate the time and date to be placed into the File Name box then saved.
I can do everything except I can't seem to get my program to be able to select and enter keys into the File Name box.
From my research I believe I need to use something to FindWindow and SendKeys.
All the examples I have found of it are kinda confusing.
If anyone can give insight into how I could do this, it would be greatly appreciated.
Thank you,