I have a VB app that extracts text from an OCR'd .pdf file and stores it in a .txt file. It uses "send keys" and works well, but I'd like to know if there is an alternative method (I'm told sophisticated programmers don't used "send keys"). Will SendMessage or PostMessage do the job? Where does one find all the valid constants?
