2
Answers

when a file opens my application how do i know which file to parse?

Nick Ingram

Nick Ingram

14y
2k
1

Hello,
I am creating an application that has it's own custom file association, the problem i'm currently having with it is i don't know how determine which file opened my application (which file to parse).
If anyone can help me with this issue
All support is appreciated.
 
Thank You,
Nick
Answers (2)
0
Mahesh Chand

Mahesh Chand

2 286.9k 123.7m 14y

When you open the file, you can display that in the title of the Form OR you can implement MRI (most recent items) list and have somewhere current opened file display.
Cheers!
Accepted
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 14y
If I understand your question, the you need to get the filename from the command line.