Opened 15 years ago
Last modified 9 years ago
#4708 closed Feature request
Windows "Open With..." list in Local — at Initial Version
Reported by: | Zex | Owned by: | |
---|---|---|---|
Priority: | low | Component: | FileZilla Client |
Keywords: | open with context dialog windows explorer folder, file-association | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | Windows XP Professional |
Description
Greetings,
Excellent application, but it's really painful not to be able to right-click local files and open them in my favorite applications. The "Edit" command usually starts the wrong application. What is needed is "Open With..." dialog like in other Windows apps. Or at least "Explore this folder" to open the folder in Windows Explorer (so I can use it's context menu).
Here's how to display standard "Open With..." dialog for file named "filename" in Windows:
ShellExecute (0, "open", "rundll32.exe", "shell32.dll,OpenAs_RunDLL filename", NULL, SW_SHOW);
For more details about "Open with" dialog check out this article:
http://support.microsoft.com/kb/192352
Thanks for your time and for making this fantastic application.
CroMan