Click here to Skip to main content
15,896,497 members
Articles / Desktop Programming / MFC

Easy way to mix the MFC Document/View and MS Access database applications.

Rate me:
Please Sign up or sign in to vote.
4.00/5 (2 votes)
21 Nov 20015 min read 93K   1.6K   37  
Technique of using the MFC Adapter for MS Access
  • howtomix_demo.zip
    • diblook
      • DIBAPI.CPP
      • DIBAPI.H
      • DIBDOC.CPP
      • DIBDOC.H
      • DIBLOOK.CLW
      • DIBLOOK.CPP
      • Diblook.dsp
      • Diblook.dsw
      • DIBLOOK.H
      • DIBLOOK.MAK
      • diblook.mdb
      • DIBLOOK.RC
      • DIBLOOK.RCM
      • DIBVIEW.CPP
      • DIBVIEW.H
      • L.JPN
        • DIBLOOK.RC
      • MAINFRM.CPP
      • MAINFRM.H
      • MAKEFILE
      • mfc4acc.bmp
      • MYFILE.CPP
      • RES
        • DIBDOC.ICO
        • DIBLOOK.ICO
        • TOOLBAR.BMP
      • RESOURCE.H
      • STDAFX.CPP
      • STDAFX.H
    • Include
      • MFC4ACC.DEF
      • MFC4ACC.H
    • Lib
      • mfc4acc.lib
      • mfc4accd.lib
      • mfc4accds.lib
      • mfc4accs.lib
      • mfc4accu.lib
      • mfc4accud.lib
      • mfc4accuds.lib
      • mfc4accus.lib
//{{NO_DEPENDENCIES}}
// App Studio generated include file.
// Used by DIBLOOK.RC
//
#define IDR_MAINFRAME                   2
#define IDR_DIBTYPE                     3
#define IDS_DIB_TOO_BIG                 4
#define IDS_CANNOT_LOAD_DIB             5
#define IDS_CANNOT_SAVE_DIB             6
#define IDD_ABOUTBOX                    100

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        103
#define _APS_NEXT_COMMAND_VALUE         32770
#define _APS_NEXT_CONTROL_VALUE         101
#define _APS_NEXT_SYMED_VALUE           102
#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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions