Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. .Net app to drag tasks in the taskbar - how to get started?

.Net app to drag tasks in the taskbar - how to get started?

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharptutorialc++winformstools
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nzmike
    wrote on last edited by
    #1

    Hey kids, I've always been annoyed that Windows won't let you drag the tasks around on the taskbar so I thought I might try to write a small app or service in .Net to do this. I've written plenty of .Net web pages and Winforms apps but to be honest with something like this I'm not that sure how or where to start - for example, I assume I'd have to use the native windows classes but that's about as far as I know. Can the taskbar be accessed from v2 of the framework easily? Is it easy to implement drag and drop when it's outside of a form (ie: on the desktop window)? I'm sure this must be possible to do but I just need a kick-start from a few folks more knowledageable in these sort of things than I am. Alternatively, if asyone knows of a good app or utility to do this I'd love to hear about it. TIA for any suggestions etc. Mike

    J D 2 Replies Last reply
    0
    • N nzmike

      Hey kids, I've always been annoyed that Windows won't let you drag the tasks around on the taskbar so I thought I might try to write a small app or service in .Net to do this. I've written plenty of .Net web pages and Winforms apps but to be honest with something like this I'm not that sure how or where to start - for example, I assume I'd have to use the native windows classes but that's about as far as I know. Can the taskbar be accessed from v2 of the framework easily? Is it easy to implement drag and drop when it's outside of a form (ie: on the desktop window)? I'm sure this must be possible to do but I just need a kick-start from a few folks more knowledageable in these sort of things than I am. Alternatively, if asyone knows of a good app or utility to do this I'd love to hear about it. TIA for any suggestions etc. Mike

      J Offline
      J Offline
      Josh Smith
      wrote on last edited by
      #2

      Since Windows does not allow you to drag-drop items in the Taskbar (which annoys me too), I assume that there is no API which will allow you to do it. If the API existed, then Windows would have the feature in the first place. (I could be wrong about this.) :josh: My WPF Blog[^]

      1 Reply Last reply
      0
      • N nzmike

        Hey kids, I've always been annoyed that Windows won't let you drag the tasks around on the taskbar so I thought I might try to write a small app or service in .Net to do this. I've written plenty of .Net web pages and Winforms apps but to be honest with something like this I'm not that sure how or where to start - for example, I assume I'd have to use the native windows classes but that's about as far as I know. Can the taskbar be accessed from v2 of the framework easily? Is it easy to implement drag and drop when it's outside of a form (ie: on the desktop window)? I'm sure this must be possible to do but I just need a kick-start from a few folks more knowledageable in these sort of things than I am. Alternatively, if asyone knows of a good app or utility to do this I'd love to hear about it. TIA for any suggestions etc. Mike

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        I think Josh is right. I haven't seen any support in the Shell API to support Drag and Drop in the TaskBar. Of course, this may change in Vista... Dave Kreskowiak Microsoft MVP - Visual Basic

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups