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.
![]()


Reply With Quote
