Results 1 to 3 of 3

Thread: Notifier icon using drag drop feature

  1. #1

    Thread Starter
    Lively Member SpagettiProg's Avatar
    Join Date
    Dec 2004
    Location
    Miami, Florida
    Posts
    82

    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.

  2. #2
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Notifier icon using drag drop feature

    "The dark side clouds everything. Impossible to see the future is."

  3. #3

    Thread Starter
    Lively Member SpagettiProg's Avatar
    Join Date
    Dec 2004
    Location
    Miami, Florida
    Posts
    82

    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.

    Thanks again, I will give my customer a right-click context menu instead.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width