문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top