问题
I've created my own application in VB.NET that saves its documents into a file with it's own custom extension (.eds).
Assuming that I've properly associated the file extension with my application, how do I actually handle the processing of the selected file within my application when I double click on the file in File Explorer?
Do I grab an argsc/argsv variable in my Application.Load() method or is it something else?
回答1:
Try this article but short answer is My.Application.CommandLineArgs
来源:https://stackoverflow.com/questions/9161/opening-a-file-in-my-application-from-file-explorer