Visual C++ .NET » Miscellaneous

We have 42 Miscellaneous tutorials, you can see below:


Standard Features Missing From VC++ 7.1. Part II: export


Another standard feature missing from MSVC++ 7.1


Details    Read Tutorial    Views: 154    Rate: 0 (0 votes)    Feb 27 2007 - 08:14

How to dynamically link to oleacc.dll in Visual C++ .NET


How to control the dependancy on oleacc.dll in your Visual C++ .NET applications


Details    Read Tutorial    Views: 211    Rate: 0 (0 votes)    Feb 27 2007 - 08:13

Retrieving Conversations from Yahoo Messenger


Describes how to retreive text from the Yahoo Messenger chat window using the MSHTML COM interfaces.


Details    Read Tutorial    Views: 218    Rate: 0 (0 votes)    Feb 27 2007 - 08:12

Reading Binary Data from a file


Allows a developer to use the .NET way of reading binary files.


Details    Read Tutorial    Views: 201    Rate: 0 (0 votes)    Feb 05 2007 - 12:52

A linked list collection class in MC++


The .NET ArrayList class provides \"dynamic arrays\" which, to a C++ programmer should seem really innane. Here\'s a linked list collection class that can be used in any .NET language.


Details    Read Tutorial    Views: 257    Rate: 0 (0 votes)    Feb 05 2007 - 12:52

How to use Process Class in Managed C++


This article explains how to use Process Class in Managed C++ applications


Details    Read Tutorial    Views: 166    Rate: 0 (0 votes)    Feb 05 2007 - 12:51

Dynamically loading a DLL - MC++


Shows how you can load an assembly at run time, instantiate a class in that assembly and call methods on the class


Details    Read Tutorial    Views: 257    Rate: 0 (0 votes)    Feb 05 2007 - 12:50

Events with Memory in MC++


An article on adding memory to events using Managed C++.


Details    Read Tutorial    Views: 159    Rate: 0 (0 votes)    Feb 05 2007 - 12:50

Decimal to English Fraction Algorithm


A four line algorithm in MC++ for converting decimals to fractions.


Details    Read Tutorial    Views: 218    Rate: 0 (0 votes)    Feb 05 2007 - 12:49

Managed Exception Handling using VC++.NET


An introduction to managed exception handling in MC++ programs


Details    Read Tutorial    Views: 169    Rate: 0 (0 votes)    Feb 05 2007 - 12:48

A Decimal Class Implementation


Use this class when high precision is required in basic numerical operations.


Details    Read Tutorial    Views: 193    Rate: 0 (0 votes)    Feb 05 2007 - 12:47

OLE DB - Bound controls


Shows how you can use data bound controls with OLE DB


Details    Read Tutorial    Views: 199    Rate: 0 (0 votes)    Feb 05 2007 - 12:46

Using ADO.NET in a managed C++ application


This article demonstrates the basics of accessing a database and retrieving data from that database usingthe ADO.NET data classes.


Details    Read Tutorial    Views: 221    Rate: 0 (0 votes)    Feb 05 2007 - 12:45

Using managed arrays


Declaring and using managed .NET arrays with MC++


Details    Read Tutorial    Views: 217    Rate: 0 (0 votes)    Feb 05 2007 - 12:44

Calling Managed Code from Unmanaged Code and vice-versa


This article shows you how to call managed code from unmanaged code and also the other way round.


Details    Read Tutorial    Views: 231    Rate: 0 (0 votes)    Feb 05 2007 - 12:44

Introduction to Managed C++


Managed C++ often gets a bum rap in the world of .NET. Some of it is deserved, some is not, and some comes from just plain misunderstanding.


Details    Read Tutorial    Views: 230    Rate: 3 (1 votes)    Feb 05 2007 - 12:43

LuaDotNet: a thin wrapper around Lua and Luabind for .NET


Add the Lua scripting engine to your .NET applications.


Details    Read Tutorial    Views: 340    Rate: 0 (0 votes)    Feb 05 2007 - 12:42

Delegates Tutorial - MC++ and C# - The dual perspective


Introduces and walks you through the use of delegates in .NET. Compares and contrasts the different approaches that MC++


Details    Read Tutorial    Views: 0    Rate: 0 (0 votes)    Feb 05 2007 - 12:41

Using the ToolboxBitmap attribute from Managed C++


The easy way to embed a managed resource for use with a component\'s toolbox bitmap.


Details    Read Tutorial    Views: 206    Rate: 0 (0 votes)    Feb 05 2007 - 12:40

Limiting your .NET apps to a single instance


Shows how to use the Mutex class to limit your app to a single instance using a named mutex


Details    Read Tutorial    Views: 225    Rate: 0 (0 votes)    Feb 05 2007 - 12:39

ASP.NET with Managed C++


Use Managed C++ as your code-behind file for ASP.NET web pages


Details    Read Tutorial    Views: 160    Rate: 0 (0 votes)    Feb 05 2007 - 12:36

How to get the clients IP address using TcpClient in Managed C++


How to get the clients IP address using TcpClient in Managed C++


Details    Read Tutorial    Views: 238    Rate: 0 (0 votes)    Feb 05 2007 - 12:35

GDI+ in managed C++ applications.


This Sample demonstrates basic drawing techniques using GDI+ in a Managed C++ application.


Details    Read Tutorial    Views: 184    Rate: 0 (0 votes)    Feb 05 2007 - 12:33

Using managed reference types in C++


A quick introduction to using .NET managed reference types in C++


Details    Read Tutorial    Views: 185    Rate: 0 (0 votes)    Feb 05 2007 - 12:33

Implementing custom collection classes with MC++


Tutorial on creating your own collection classes that are enumerable and sortable. Explains in detail the usage of the IEnumerable, IEnumerator, IComparable and IComparer interfaces


Details    Read Tutorial    Views: 221    Rate: 0 (0 votes)    Feb 05 2007 - 12:31

Rationale Behind Whidbey C++ Breaking Changes


The explanations, workarounds, scenarios and the rationale behind the decisions to change the Whidbey C++ compiler.


Details    Read Tutorial    Views: 182    Rate: 0 (0 votes)    Feb 05 2007 - 12:29

Cross language inheritance in .NET


An introduction to cross-language inheritence in .NET.


Details    Read Tutorial    Views: 224    Rate: 0 (0 votes)    Feb 05 2007 - 12:28

Convert a Delegate to a Function pointer to Implement Callback function


Convert a delegate to a function pointer to implement callback function, for mixed Managed C++ and unmanaged C++ coding, and for DLL call.


Details    Read Tutorial    Views: 245    Rate: 0 (0 votes)    Feb 05 2007 - 12:27

Serialization Primer - MC++


A basic introduction to serialization using Managed C++


Details    Read Tutorial    Views: 203    Rate: 0 (0 votes)    Feb 05 2007 - 12:26

Creating a custom wizard to generate managed C++.NET applications with a default form


Creating a custom wizard to generate managed C++.NET applications with a default form


Details    Read Tutorial    Views: 205    Rate: 0 (0 votes)    Feb 05 2007 - 12:25

xp_regex: Regular Expressions in SQL Server 2000


This is a SQL Server 2000 Extended Stored Procedure writted in Managed C++. It allows you to use regular expressions in T-SQL.


Details    Read Tutorial    Views: 379    Rate: 0 (0 votes)    Feb 05 2007 - 12:23

.NET Dynamic Software Load Balancing


A Draft Implementation of an Idea for .NET Dynamic Software Load Balancing


Details    Read Tutorial    Views: 203    Rate: 0 (0 votes)    Feb 05 2007 - 12:22

How to use Managed C++ to Automate Excel


An article on how to use MC++ to automate Excel; create an Excel application, add a Workbook, and add a bar chart and line chart.


Details    Read Tutorial    Views: 230    Rate: 0 (0 votes)    Feb 05 2007 - 12:20

How to do Synchronous and Asynchronous web downloads


Explains the usage of WebRequest, WebResponse and related classes.


Details    Read Tutorial    Views: 194    Rate: 0 (0 votes)    Feb 05 2007 - 12:18

Sending mail in Managed C++ using SMTP


Sending mail in Managed C++ using SMTP


Details    Read Tutorial    Views: 187    Rate: 0 (0 votes)    Feb 05 2007 - 12:15

Using TCP/IP or UDP to Communicate with Serialized Objects


An article on transfering any serialized object through client and server.


Details    Read Tutorial    Views: 216    Rate: 0 (0 votes)    Feb 05 2007 - 12:14

How to create a simple proxy in Managed C++


How to create a simple proxy to parse HTTP to another server using Managed C++


Details    Read Tutorial    Views: 200    Rate: 0 (0 votes)    Feb 05 2007 - 12:13

MaChat - a chat with a browser for LANs


This article shows how to create a Chat for Local Area Networks which uses the WebBrowser control to display the messages.


Details    Read Tutorial    Views: 193    Rate: 0 (0 votes)    Feb 05 2007 - 12:11

Windows Media Audio compressor


Managed C++ Windows Media Audio (WMA) compressor.


Details    Read Tutorial    Views: 215    Rate: 0 (0 votes)    Feb 05 2007 - 12:09

COM Interop using managed C++


A demoonstration of COM Interop, showing early and late binding to a COM component


Details    Read Tutorial    Views: 224    Rate: 0 (0 votes)    Feb 05 2007 - 12:07

Accessing legacy data in a .NET environment


An article on how to access data from fixed size record data from the .NET environment


Details    Read Tutorial    Views: 180    Rate: 0 (0 votes)    Feb 05 2007 - 12:06

Creating and Resolving shell links


An MC++ class that uses IJW to invoke the IShellLink interface


Details    Read Tutorial    Views: 208    Rate: 0 (0 votes)    Feb 05 2007 - 12:05