Hello folks, Ive been working on a little app for a while now that is a poor-man's terminal emulator. I have a question - How do I capture an argument passed to the visual basic application? For example - my application allows you to save 'sessions' what I want to do is for the user of the application to pass an argument to the application that corresponds to their session name, and have it automatically load those settings and connect. All of the session settings are saved in an XML file.

Any help would be stupendous.