I am using ShellExecute to open a PDF file. Can I set the size of this window ? I need to be sure there is enough room for some buttons my app needs to make visible at the same time, rather than hidden behind the Adobe window. I'm tried using SetWindowPos to bring them to the front, but that approach doesn't allow the user to access my buttons and the Adobe window.