Tagged Questions

2
votes
1answer
37 views

Associate DXL with eclipse/notes and kick off handling

I need to be able to double click on a file on the desktop and have Eclipse (or more specifically Lotus Notes) kick off my custom action, to process and display it. I've found ht …
1
vote
0answers
118 views

Prevent Windows XP running programs except for selected ones. [closed]

Came accross a client with a badly virus infected computer. One virus prevented the running of all programs except for those that the virus choose to allow. Googling showed me ho …
0
votes
4answers
114 views

Restore total file association with Visual Web Developer 2008?

Is this possible? I installed Dreamweaver to take advantage of some third party plugin to make special xml files but upon installing it, it took over all my ASP.NET file types (eve …
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
2answers
97 views

Reassociate file types with Visual Studio 2003

I have a dual setup development machine with Visual Studio 2003 and 2005. How can I restore the original file associations to Visual Studio 2003? Everytime I try to open up a *. …
1
vote
1answer
470 views

File association - modify shell’s edit verb on Vista

I'm looking to programmatically modify the edit verb for the shell on Vista. For example, I want right click edit (in explorer) to open a .cs file w/ Notepad++. How do I change a …
1
vote
1answer
300 views

How do you set up a file association with a click-once application?

I have a click-once application. I have an associated file that I store the application's data in. When a user clicks on one of these files I want it to open the click-once app a …
3
votes
2answers
180 views

How to ask Windows to open an external file based on file association?

Using Win32-specific APIs, is there an easy way to start an external application to open a file simply by passing in the path/name of the file? For example, say I have a file call …
1
vote
2answers
688 views

How to set an application as the default program of opening a certain type of file programmatically?

There's an executable file generated from my program in MFC and I want to use it as the default program to open the .jpg files. That is to say, each time I double click a .jpg file …