I've googled it to death. The key press sequence was really helpful. Thanks.
Miinas
I wanted to get the data directly from COM4 if possible. I'm guessing it would output some kind of string with latitude and longitude somewhere in it. I would want to extract that and store it in an object, then use the data from there. I'm wondering if there is a way to call the port with WMI, or if ActiveX or extra software is needed.
This one has been stumping me. It should be simple... I have a button. Ideally I want it to work like this: Click button if program isn't open, open it if program is open, restore it to view I decided to use wscript to open it. Whether I use that or a shortcut, either way it still opens a new instance of the program. The best I have come to is to have the button parse running Processes, and if the exe is running do nothing at all. I've tried all the wscript run methods.
How could I get DesktopX to receive data from a GPS device? Mine is connected via usb assigned to COM4. I'm not quite sure where to begin with this one...