Tagged Questions
The open-with tag has no wiki summary.
6
votes
1answer
123 views
How can I create a “Open with” list as in Explore in my own application
In my application the user can select reference to file, for example a image file. I would like to make button with a arrow that opens a list with the programs installed on the system witch can open ...
3
votes
3answers
697 views
C# Windows 'Open With >' Context menu behaviour
I'm writing a C# Windows app to visualise and modify '.build' files (nant scripts). I would like the user to be able to right click on a .build file in windows explorer and select the 'Open With >' ...
2
votes
1answer
27 views
Open With dialog does not remember newly added program
I use VS2010 every day, and like to sometimes open a c# file (or other file) in another Editor (my favorite Notepad++). So right-clicking on a file in 'Solution Explorer', and choosing Open With..., ...
2
votes
1answer
132 views
“Open with” - C# program shows just icon in Windows “Open With” conext menu
I have a program, MyApp, where I can open a text file, which works great.
The application is created in C# with Visual Studio 2003, .NET 1.1.
But under the [right-click on file context-menu in ...
2
votes
2answers
166 views
Python: Get list of applications associated with file (Linux)
Am making an application in Python and I need to provide "Open with" menu to user. Currently I am parsing /usr/share/applications/mimeinfo.cashe and ~/.local/share/applications/mimeapps.list but with ...
2
votes
2answers
5k views
How to Enable “Always use the selected program to open this kind of file” Option in Open With Dialog Box?
How can I enable “Always use the selected program to open this kind of file” option in Open With dialog box?
I already checked following registry entries:
...
1
vote
1answer
68 views
iPhone - “Open In” in SDK?
The DropBox app lets you view a document in another app by selecting the Open In option.
We are building a document management app and need to be able to view the Word/Excel docs like Dropbox does, ...
1
vote
1answer
100 views
emacs/openwith how to pass arguments to program?
I am using the openwith package in emacs. I would like to open .fig files with xfig with some additional options, for example:
xfig -specialtext -latexfont -startlatexFont default file.fig
openwith ...
1
vote
1answer
233 views
Java accessing Window's “Open with…” list
I would like to get the list of "Open with..." contextual menu in Windows XP/Vista/7 from Java.
From the Windows Registry, I've managed to find a way to get the command to launch applications. But I ...
1
vote
1answer
88 views
The 'Open with' option is automatically changed with my app when my app is installed
I am developing an Desktop application which organizes and plays movie files. So, I have added the mp4, mov, avi, m4v (mp4, mov, avi, m4v extensions) as document type under Properties of my ...
0
votes
1answer
25 views
file default editor is changed `Eclipse`
I have an opened project in Eclipse. I have some special extensions like *.VW,*.RW and many.
If I double click those files in Eclipse, it will automatically open in default eclipse text editor.
...
0
votes
3answers
49 views
Bash: Name of directory from which file has been “opened as”
How can I put the directory (not full path) of the file which opened the script into a variable? I assume this is the same as $1, so I would like file's path to yield the same result when executed ...
0
votes
4answers
57 views
Make windows open with work with my application
I wrote an application which will be able to open files of particular extension and show it to users. Now I want the users to be able to just double click the file and have it open with my ...
0
votes
3answers
144 views
open file directly
I created a text editor in C# and I use a special file extension for the XML file that my program uses. When I use "Open With..." from the Windows context menu, my program doesn't read the file and I ...
0
votes
1answer
891 views
c# open file always show “Open With” dialog
I have a c# application, which downloads a file, and should always show the Open With dialog, regardless if the extension is a known extension or not.
I tried
...
0
votes
1answer
177 views
If I make a new file type for my program, how do I use “Open With” properly?
I made a program. I also made my own file type, which the program can create, open, and edit. In Explorer, I right clicked on this new file type and selected "Open With" and chose my program. Of ...