cut and copy through clipboard

Discussion in 'Win32' started by 4N, Sep 14, 2006.

  1. 4N

    4N New Member

    Joined:
    Sep 14, 2006
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi

    msdn says that when a paste is performed from Explorer and cut is performed by an application, the application should stay in stand by listening for a notify through clipboard to know if explorer performed a move or a copy, so the application knows if it has to delete the source files or not (optimized
    move).
    The question is:
    "how can I communicate through clipboard?"

    Thanks.
     
  2. tiger12506

    tiger12506 New Member

    Joined:
    Jun 6, 2007
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    Curious... All windows can send or receive these messages
    WM_COPY
    WM_CUT
    WM_PASTE
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice