Event when Doubble- or singleclikcing a folder i explorer

  • Thread starter Thread starter mcr
  • Start date Start date
M

mcr

Hi.

Does someone know how to get something done, when doubble or singleclicking
a
folder in explorer.

When a folder get doubble- or singleclicked (selected or opened) I would
like to start a
program. Is this possible?

I tried to get the filesystemwatcher to do this, but with no luck.

What about writing a shellextension that could do this, would that be
possible, and
how should that be done? or should I make some kind of hook program?


MCR
 
MCR,

You should create a shell extension, like you said. This extension
would be called for certain actions performed in the shell. It would be
completely possible, using a good deal of COM interop.

Hope this helps.
 
I have been looking at this, and need more help.

What kind of shell extension should I make, and which interfaces should it
implement.


MCR


Nicholas Paldino said:
MCR,

You should create a shell extension, like you said. This extension
would be called for certain actions performed in the shell. It would be
completely possible, using a good deal of COM interop.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

mcr said:
Hi.

Does someone know how to get something done, when doubble or singleclicking
a
folder in explorer.

When a folder get doubble- or singleclicked (selected or opened) I would
like to start a
program. Is this possible?

I tried to get the filesystemwatcher to do this, but with no luck.

What about writing a shellextension that could do this, would that be
possible, and
how should that be done? or should I make some kind of hook program?


MCR
 
I have been looking at this, and need more help.

What kind of shell extension should I make, and which interfaces should it
implement.


MCR


Nicholas Paldino said:
MCR,

You should create a shell extension, like you said. This extension
would be called for certain actions performed in the shell. It would be
completely possible, using a good deal of COM interop.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

mcr said:
Hi.

Does someone know how to get something done, when doubble or singleclicking
a
folder in explorer.

When a folder get doubble- or singleclicked (selected or opened) I would
like to start a
program. Is this possible?

I tried to get the filesystemwatcher to do this, but with no luck.

What about writing a shellextension that could do this, would that be
possible, and
how should that be done? or should I make some kind of hook program?


MCR
 
Back
Top