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

MsAccess MdbTools with MFC and .NET

Rate me:
Please Sign up or sign in to vote.
4.82/5 (9 votes)
13 Jan 2012LGPL310 min read 69.3K   9.9K   49  
Viewer of MsAccess databases directly from MFC and .NET - Repair corrupt databases
��//{{NO_DEPENDENCIES}}

// Microsoft Visual C++ generated include file.

// Used by MFCMdbToolsTestApp.rc

//

#define IDOK2                           3

#define IDD_MFCMDBTOOLSTESTAPP_DIALOG   102

#define IDR_MAINFRAME                   128

#define IDC_DATABASE                    1000

#define IDC_CBOTABLES                   1001

#define IDC_LIST1                       1002

#define IDC_LSTDATA                     1002

#define IDC_BUTTON1                     1003

#define IDC_SMPADDROW                   1003



// Next default values for new objects

// 

#ifdef APSTUDIO_INVOKED

#ifndef APSTUDIO_READONLY_SYMBOLS

#define _APS_NEXT_RESOURCE_VALUE        129

#define _APS_NEXT_COMMAND_VALUE         32771

#define _APS_NEXT_CONTROL_VALUE         1004

#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 GNU Lesser General Public License (LGPLv3)


Written By
Software Developer
Argentina Argentina
System developer from Argentina.

Programmed in VB 5,6,.NET, C#, Java, PL-SQL, Transac-SQL, C, C++ and even some "calculator" language.

Love to build small, useful applications.
Usually building big and complicated apps based on solid, reliable components.

Hobbies: reading, photography, chess, paddle, running.

Comments and Discussions