Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / C++/CLI

C++/CLI

C++/CLI

Great Reads

by creativesri
This article briefs you about sending mail using SMTP in HTML Format, which takes the default SMTP settings from web.config file
by Johann Anhofer
Extend the VS6 IDE with .NET addins.
by Stoyan Damov
A Draft Implementation of an Idea for .NET Dynamic Software Load Balancing
by AthosXtreme
How to build a .NET wrapper to send MaxL commands to Essbase.

Latest Articles

by creativesri
This article briefs you about sending mail using SMTP in HTML Format, which takes the default SMTP settings from web.config file
by Johann Anhofer
Extend the VS6 IDE with .NET addins.
by Stoyan Damov
A Draft Implementation of an Idea for .NET Dynamic Software Load Balancing
by AthosXtreme
How to build a .NET wrapper to send MaxL commands to Essbase.

All Articles

Sort by Score

C++/CLI 

by Mohammad Elsheimy
in C#, C++/CLI, and ISO/ANSI C++
by Pragmateek
Interfacing VBA and .NET is a relatively straightforward process.
by Inaki Ayucar
Learn how to sign C++/CLI assemblies with a strong name.
by Anna-Jayne Metcalfe
A .lnt file is an "indirect file", which is simply a collection of PC-lint directives.
by Pragmateek
Using C# from native C++ with the help of C++/CLI.
by Ozgur Ozcitak
It is common to see rendering routines where brushes/pens/fonts are created without being disposed, or GDI objects created in the control’s constructor, released (if at all) in the control’s Dispose method. I will try to address these issues in the form of a FAQ.