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. C / C++ / MFC
  3. Drag and drop

Drag and drop

Scheduled Pinned Locked Moved C / C++ / MFC
2 Posts 2 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.
  • K Offline
    K Offline
    Kevnar
    wrote on last edited by
    #1

    I'm writing an SDI application that requires the user to drag a file folder and drop it on to the program in order to start processing the files in that folder. I have no idea where to begin. Can anyone help me? :eek:

    T 1 Reply Last reply
    0
    • K Kevnar

      I'm writing an SDI application that requires the user to drag a file folder and drop it on to the program in order to start processing the files in that folder. I have no idea where to begin. Can anyone help me? :eek:

      T Offline
      T Offline
      Tomasz Sowinski
      wrote on last edited by
      #2
      1. Call CWnd::DragAcceptFiles for each window that's going to be the drop target (in SDI app it would be main frame and/or view). 2) handle WM_DROPFILES message in windows acting as drop targets. Tomasz Sowinski -- http://www.shooltz.com
      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