When you open a file from my computer or windows explorer the associated program starts and loads the file. How do you set up a visual basic application to handle this. I can associate my program with file types so that my application will start up when they are opened, but I don't know how to recieve the string of the filename so that I can do something with it. How do you handle this process?