At the moment I have an exe file that opens up full screen. There is a button that opens up a PDF document in explorer. Here is the script for the button
on(release) {
getURL("doc.pdf", "_blank");
}
The document opens up fine but because the exe file is full screen the viewer has no idea that the document is open.
Is there a way to open the document in front of the exe.
