Click here to Skip to main content
15,886,664 members
Articles / Programming Languages / C#

How to Integrate C# Window in C++ Project

Rate me:
Please Sign up or sign in to vote.
4.83/5 (26 votes)
10 Oct 2009CPOL5 min read 95K   2.5K   92  
This article describes how to integrate C# Window Form in C++ Project
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by CPP_Container.rc
//
#define IDC_MYICON                      2
#define IDD_CPP_CONTAINER_DIALOG        102
#define IDS_APP_TITLE                   103
#define IDD_ABOUTBOX                    103
#define IDM_ABOUT                       104
#define IDM_EXIT                        105
#define IDI_CPP_CONTAINER               107
#define IDI_SMALL                       108
#define IDC_CPP_CONTAINER               109
#define IDR_MAINFRAME                   128
#define ID_FILE_CHANGEBUTTONCAPTION     32771
#define ID_CHANGEBUTTONCAPTION_         32772
#define ID_CHANGEBUTTONCAPTION_32773    32773
#define IDM_BTN_CAP_HELLOWORLD          32774
#define IDM_BTN_CAP_OK                  32775
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC                     1
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32776
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           110
#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
Israel Israel
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions