Click here to Skip to main content
15,886,578 members
Articles / Desktop Programming / MFC

Drag & Drop in FlexGrid Using Arbitrary Formats

Rate me:
Please Sign up or sign in to vote.
4.76/5 (12 votes)
2 Jun 2003CPOL3 min read 129.5K   2.4K   30  
Implementing drag and rop within MS Flexgrid control using any format
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FlexGridDragDrop.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_FLEXGRIDDRAGDROP_DIALOG     102
#define IDR_MAINFRAME                   128
#define IDB_IMAGELIST2                  132
#define IDB_IMAGELIST1                  133
#define IDR_ASSIGNMENT_MENU             133
#define IDB_BITMAP1                     134
#define IDC_GRID_SOURCE                 1000
#define IDC_GRID_TARGET                 1001
#define IDC_GRID_TARGET2                1002
#define ID_MENUITEM32771                32771
#define ID_CLEAR_CELL                   32772

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        137
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1001
#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.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Roaming halfway around the globe programming in C++, MFC, COM/ATL, WTL, C#, .NET, OLEDB, ADO, ADO/X.

Living under the pleasant weather of Irvine, California, Ferdie is a Computer Engineering graduate of Mapua Institute of Technology (MIT Smile | :) ) in Philippines. Developed GIS applications in Japan for 5 years. Now a member of a team developing Windows GUI and real time software for semi-robotic equipments.

Comments and Discussions