Notifier icon using drag drop feature
Here is a curve ball....
I'm trying to create an app where you can drag a file into a notifier icon, and then the notifier icon will get the path of that file with something like.....
Dim CommandArgs() As String = Environment.GetCommandLineArgs
FilePath = CommandArgs(1)
I also played around with the notifiers mousemove event but with no success.
Basically my question would be... Do notifier icons support drag drop?
Anyways, if you know of such madness let me know.
:afrog:
Re: Notifier icon using drag drop feature
Re: Notifier icon using drag drop feature
thanks for the info. I guess it's not possible with .net.
Hmmm, I wonder if with windows subclassing (MASM )that would be possible?
lol, not something I want to spend my life away doing. :afrog:
Thanks again, I will give my customer a right-click context menu instead.
:bigyello: