Click here to Skip to main content
15,895,084 members
Articles / Desktop Programming / MFC

Implementing a Drop Target

Rate me:
Please Sign up or sign in to vote.
4.27/5 (11 votes)
31 Mar 2001 139.7K   1.8K   61  
Simple step by step article explaining how to implement a drop target
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Interface.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_INTERFACE_FORM              101
#define IDR_MAINFRAME                   128
#define IDR_INTERFTYPE                  129
#define IDD_DIALOG1                     130
#define IDD_DIALOG2                     131
#define IDC_LIST1                       1000
#define IDC_RESET                       1001
#define ID_FILE_MODELESS                32771
#define ID_FILE_OTHERMODELESS           32772
#define ID_CLIPBOARDFORMAT_COMMON       32773
#define ID_CLIPBOARDFORMAT_PRIVATE      32774

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1002
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Web Developer
Germany Germany
PhD Chemist,
programming with MSVC & MFC since 1996

Comments and Discussions