

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
VARBusiness Magazine
We have 42 Miscellaneous tutorials, you can see below:
Another standard feature missing from MSVC++ 7.1
How to control the dependancy on oleacc.dll in your Visual C++ .NET applications
Describes how to retreive text from the Yahoo Messenger chat window using the MSHTML COM interfaces.
Allows a developer to use the .NET way of reading binary files.
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.
This article explains how to use Process Class in Managed C++ applications
Shows how you can load an assembly at run time, instantiate a class in that assembly and call methods on the class
An article on adding memory to events using Managed C++.
A four line algorithm in MC++ for converting decimals to fractions.
An introduction to managed exception handling in MC++ programs
Use this class when high precision is required in basic numerical operations.
Shows how you can use data bound controls with OLE DB
This article demonstrates the basics of accessing a database and retrieving data from that database usingthe ADO.NET data classes.
Declaring and using managed .NET arrays with MC++
This article shows you how to call managed code from unmanaged code and also the other way round.
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.
Add the Lua scripting engine to your .NET applications.
Introduces and walks you through the use of delegates in .NET. Compares and contrasts the different approaches that MC++
The easy way to embed a managed resource for use with a component\'s toolbox bitmap.
Shows how to use the Mutex class to limit your app to a single instance using a named mutex
Use Managed C++ as your code-behind file for ASP.NET web pages
How to get the clients IP address using TcpClient in Managed C++
This Sample demonstrates basic drawing techniques using GDI+ in a Managed C++ application.
A quick introduction to using .NET managed reference types in C++
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
The explanations, workarounds, scenarios and the rationale behind the decisions to change the Whidbey C++ compiler.
An introduction to cross-language inheritence in .NET.
Convert a delegate to a function pointer to implement callback function, for mixed Managed C++ and unmanaged C++ coding, and for DLL call.
A basic introduction to serialization using Managed C++
Creating a custom wizard to generate managed C++.NET applications with a default form
This is a SQL Server 2000 Extended Stored Procedure writted in Managed C++. It allows you to use regular expressions in T-SQL.
A Draft Implementation of an Idea for .NET Dynamic Software Load Balancing
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.
Explains the usage of WebRequest, WebResponse and related classes.
Sending mail in Managed C++ using SMTP
An article on transfering any serialized object through client and server.
How to create a simple proxy to parse HTTP to another server using Managed C++
This article shows how to create a Chat for Local Area Networks which uses the WebBrowser control to display the messages.
Managed C++ Windows Media Audio (WMA) compressor.
A demoonstration of COM Interop, showing early and late binding to a COM component
An article on how to access data from fixed size record data from the .NET environment
An MC++ class that uses IJW to invoke the IShellLink interface