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. C / C++ / MFC
  4. Cut, copy and paste options...

Cut, copy and paste options...

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelp
3 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.
  • N Offline
    N Offline
    Neha
    wrote on last edited by
    #1

    Hi I want to implement Cut,copy,paste for explorer items. I tried with SHFileOperation() But I didn't find a proper way for Cut and Paste. One more this how can I create a new folder? Could anyone please help me to solve this? Regards Neha

    P 1 Reply Last reply
    0
    • N Neha

      Hi I want to implement Cut,copy,paste for explorer items. I tried with SHFileOperation() But I didn't find a proper way for Cut and Paste. One more this how can I create a new folder? Could anyone please help me to solve this? Regards Neha

      P Offline
      P Offline
      Prakash Nadar
      wrote on last edited by
      #2

      did you consider MoveFile(...) for cut n paste operation? Neha wrote: One more this how can I create a new folder? CreateDirectory(...)


      This space is empty.

      N 1 Reply Last reply
      0
      • P Prakash Nadar

        did you consider MoveFile(...) for cut n paste operation? Neha wrote: One more this how can I create a new folder? CreateDirectory(...)


        This space is empty.

        N Offline
        N Offline
        Neha
        wrote on last edited by
        #3

        Thanks for the reply.. But I want to implement it in the same way as the explorer does. That is if I say select any file and say copy it should copy the file to clipbord and I should be able to paste it anywhere.

        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