drag and drop on NotifyIcon in tray in C#
Posted
by Gabi Diaconescu
on Stack Overflow
See other posts from Stack Overflow
or by Gabi Diaconescu
Published on 2010-04-30T07:31:45Z
Indexed on
2010/04/30
7:37 UTC
Read the original article
Hit count: 634
I am trying to create a C# application that runs in tray where I can drop files on it's icon. Is there any way to get the path of the file dropped on the System Tray icon? System.Windows.Forms.NotifyIcon does not have any events related to drag and drop.
© Stack Overflow or respective owner