搜索资源列表
smtpconsole_src
- A Csharp class to send email.hese managed wrappers wrap each of the methods on the original interfaces and correctly communicate with the unmanaged server. In addition, some of the original methods are exposed as propert
testMgr
- a simple vc.net project with both managed & unmanaged code
NetCOMInterop
- Managed Calls and Events in Unmanaged C++.Nowadays, most of the developers and companies want to immigrate to .NET. But, the question still is, how do you implement the new components written in .NET in the old applicati
umvistad3d
- This article will demonstrate how to access the power of Vista s new hardware accelerated windowing system without \"managed\" languages and best of all, without any use of .NET at all. The application provided uses go
smtpconsole_src
- A Csharp class to send email.hese managed wrappers wrap each of the methods on the original interfaces and correctly communicate with the unmanaged server. In addition, some of the original methods are exposed as propert
csharp_vb_c
- 本人在pda开发托管代码调用非托管代码中,总结的vb c# 数据类型直接的对应转换,在网上是很少能找到的.-I pda development in managed code to call unmanaged code, the summary vb c# Data type corresponds to a direct conversion, the Internet is rarely found.
testMgr
- a simple vc.net project with both managed & unmanaged code
ArcSDE
- ArcSDE是空间数据库引擎,允许用户用关系数据库管理系统(RDBMS)存储和管理空间数据.设计并实现了基于.NET平台的ArcSDE矢量数据访问的C+ +类库.这些类按托管和非托管两层进行设计,数据访问功能由非托管类调用ArcSDE C API 实现,托管类对外公开非托管类的功能,可被任何.NET兼容的程序设计语言调用. -ArcSDE spatial database engine that allows users to use
NetCOMInterop
- Managed Calls and Events in Unmanaged C++.Nowadays, most of the developers and companies want to immigrate to .NET. But, the question still is, how do you implement the new components written in .NET in the old applicati
umvistad3d
- This article will demonstrate how to access the power of Vista s new hardware accelerated windowing system without "managed" languages and best of all, without any use of .NET at all. The application provided uses good
LogOn
- 非托管MFC调用托管ado.net的代码.-Calling unmanaged MFC code hosting ADO.NET.
ManagedCodefromUnmanaged
- One significant part of developers (including myself) are doing some kind of automation of Microsoft Office that was already treated by Mike Gold. So I will concentrate on opposing side of problem, how to use managed ass
CSharp_Call_CPP
- 关于C#托管代码如何调用C++非托管代码的问题,一个很好的实例,简单清晰地介绍让新手一目了然!-C# managed code on how to call C++ unmanaged code issues, and a very good example of clear and simple introduction to novice at a glance!
XWnd32
- 使用C#语言类似于实现VC++的CWnd类,对非托管的窗体进行控制的实现代理。有时候C#要对非托管代码或其它进程进行互操作,这个类很有帮助。-Using the C# language is similar to VC++ implementation of CWnd classes, the form of non-managed the realization of control agents. Sometimes, C# to
CSharpDLL
- 主要是关于动态链接库的问题,讲述了关于托管代码调用非托管的动态链接库。-Mainly on the dynamic link library problem, described on the managed code calls unmanaged dynamic link library.
CSharpHarwareAdministrator
- 这个程序可以监视当前系统的设备列表,监视那个设备被加载或卸载,并且,还可以启用、禁用系统设备类别中的任何一个设备节点。-Hardware Helper Library for C# How to monitor, enable, and disable hardware devices from C#. There isn t really a lot of background required for you to use the
easyhook-52373
- Microsoft® Detours latest release was in December 2006. Now times have changed and the NET fr a mework has become more and more popular. Besides the well known unmanaged code hooking, EasyHook provides a way to
A_Method_of_Dynamic_Extending_C_Programs_via_C
- 一种用非托管C++(以下简称C++)动态扩展C#程序的方法-A method of dynamic extending C#programs via unmanaged C++(hereinafter referred to as C++)
VCWebService
- 在VC中调用 WebService (非托管)-In the VC call WebService (unmanaged)
DlPortIOWrapper
- Integrating an unmanaged C++ .lib with C# Demonstrates integrating Port95NT s unmanaged DLPortIO.lib with C#.