|
-
Aug 22nd, 2005, 10:12 AM
#1
Thread Starter
Lively Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|