Tagged Questions

0
votes
1answer
38 views

Associate a File To a Application

Hello, I'm building two programs, a text editor and a zipper, but in this two programs I want to associate a file type to they, but how can I do this? Thanks.
1
vote
1answer
30 views

How can I change the default edtior for OS X on install?

I'm setting up an app to install on OS X. Previous versions of this app have been installed, and have associated a file type to open with the app in the Info.plist file in the app …
0
votes
1answer
13 views

FileAssociationInfo And ProgramAssociationInfo

Hello, I'm developing a application for Windows Mobile using C#(.Net Compact Framework 3.5), but I need to associate my program with a file type. When I try to use FileAssociation …
1
vote
3answers
49 views

C# - Associate a file type and open it within WebBrowser control?

How would I be able to open a file (lets say an .html file) and load it into the WebBrowser control on my WinForm application? I'm talking about right clicking on the file and cho …
3
votes
5answers
105 views

What’s the best way for an app on Windows to assocaite itself with a particular file type, such as .xml, .txt, etc., but share that association with other apps that support that extension?

If I create a new app, and associate with, say, the .xml file extension on a particular computer, when someone double clicks the .xml file, it will launch my app and pass the file …
0
votes
1answer
75 views

Java application doesn’t know name of file being opened - Mac OS X

I have a Java application in an application bundle that has a file association (using Info.plist) that runs when a document is double-clicked. How do I get the filename of the docu …
1
vote
2answers
124 views

Double click document file in Mac OS X to open Java application

I have a Java application in an application bundle that I want to associate a file type with. For example, if there's a file foo.example when that file, or any file with the .ex …
1
vote
1answer
58 views

Associating file extensions with a program

I get how to do it, and i have been to http://www.codeproject.com/KB/vb/VBFileAssociation.aspx before. My question is about what doing that does, is it possible to reverse it? What …
0
votes
0answers
37 views

How do i get .bat files to run instead of being opened with notepad? [closed]

My vista machine is opening bat files with a notepad. how do i get it to run the bat files instead? what application do i assign bat files to?
0
votes
3answers
119 views

“Windows (Vista) cannot find “abc.def”. Make sure you typed the name correctly and then try again.”

In Windows Vista (only) when I double click on a file in Windows Explorer that is associated with my application, the following message is displayed: "Windows cannot find "abc …
2
votes
1answer
172 views

Perl on Windows, file associations and I/O redirection

Can someone explain the difference between calling a perl script via file association versus calling the same script explicitly via perl.exe? Apparently I/O redirection doesn't w …
2
votes
2answers
180 views

How to bring up the “Windows cannot open this file” dialog?

My users can attach documents to various entities in the application. Of course, if user A attaches a .TIFF file, user B may not have a viewer for that type of file. So I'd lik …
0
votes
1answer
109 views

What is the best .net alternative to dde for file associations?

I have an MDI Windows Forms application (.net 2008) that allows the user to associate various file types with the application. I currently do this with a registry entry something l …
0
votes
1answer
152 views

Associate Extensions in Windows CE

How can I associate an extension of a file to an program in Windows CE? It's so boring to run my Python programs using cmd. If I associate Python with my *.py files I'm going to ru …
0
votes
0answers
264 views

“Windows (Vista) cannot find “abc.def”. Make sure you typed the name correctly and then try again.” [closed]

I have a file type associated with my app. In Windows Vista (only) when I double click on a file in Windows Explorer that is associated with my application Vista displays: ""Windo …

1 2 next
15 30 50 per page