Question

I have a little WinForms application with a tree view. I can drag and drop files and directories in, and I can start the program by dropping one or more files or directories on it / using the commandline (args). What I can’t figure out is how to do the shell extension to allow multiple sections from the explorer to start it.

Does anyone have a small sample illustrating filling some type of list or view using a shell extension and the GUI and / or from the command line?

I would much appreciate the help!

Thanks.

Was it helpful?

Solution

Although not exactly the answer toiDropTarget, this link provides the solution to my problem: The Weekly Source Code 31- Single Instance WinForms and Microsoft.VisualBasic.dll

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top