Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.1k views
in .NET FTP by (460 points)
I have added "View File" to the right-click context menu but am having problems identifying the specific file selected. I'm rather new at windows forms applications but I've tried implementing HitTest and the GetItemAt methods but can't find a way to make them work. Can someone point me in the right direction with a code snippet?

Thanks,

John

1 Answer

0 votes
by (162k points)
There's a property called SelectedFileItems that holds all the selected files (an array of FTPFileListItems).

Categories

...