-
Say I download a data file from the web whose extension (eg '.netr') is associated with our installed VB application via registry keys. This file will automatically
run our application, but we then want the application to open and read from the '.netr' file which triggered it.
How can I let our VB application know which filename has caused it to initially run ?.
-
If you are talking about reading the command line switches, then you should be able to access the command path via the Command() function