Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - dll csharp
Search - dll csharp - List
c#调用dll时char指针及结构参数的用法-call dll when char pointer and structural parameters of usage
Update : 2025-02-17 Size : 2kb Publisher : 狗狗

C#开发的CMPP协议SP端平台 1.Sample为示例解决方案 2.GateWaySample是示例项目 3.CMSMGWCenter为短信应用接口,为调用CMSMIF.DLL的示例代码,同时其被GateSample调用. 4.GateWaySample\bin\Debug\GateWaySample.exe为示例可执行文件. 5.DataBase\SMSCenter.DB为示例数据库.-C# development of the SP-CMPP 1.Sample platform solutions for example 2.GateWaySample example is the project to 3.CMSMGWCenter messaging application interface for the call CMSMIF.DLL sample code, while its GateSample was called. 4.GateWaySample \ bin \ Debug \ GateWaySample . for example exe executable files. 5.DataBase \ SMSCenter.DB for the sample database.
Update : 2025-02-17 Size : 148kb Publisher :

DL : 0
c#做的小程序 教你如何生成dll文件 源码简单直观 赶快下载哦-so small program to teach you how to generate dll simple intuitive source documents quickly download oh
Update : 2025-02-17 Size : 7kb Publisher : 丁昭雄

dll生成和运用 ,,这个文件对于初学C#的人员有很大的帮助.-dll generation and use of the document for beginners C# staff will be very helpful.
Update : 2025-02-17 Size : 2kb Publisher : 唐睿

C Sharp DLL library example
Update : 2025-02-17 Size : 34kb Publisher : lai

cSharp调vc编写dll。使用VC编写封装访问eDNA的dll,然后用CSharp来调。-CSharp tune vc prepared dll. The use of VC visit eDNA prepared package of dll, and then to transfer CSharp.
Update : 2025-02-17 Size : 832kb Publisher : 李峰

接受Socket消息,从C#调用Win32 DLL,使鼠标点击某一位置。-Socket accept the news, from the C# Call Win32 DLL, so that a mouse click location.
Update : 2025-02-17 Size : 13kb Publisher : James

识别图片上的文字,识别率有80% 附加c#调用 [DllImport("AspriseOCR.dll")] static extern string craboOCR(string file, int type) private void GetVeryfyCode() { if(File.Exists(_imgPath))//ok now? { try { this.picbVeryfyCode.Image=System.Drawing.Bitmap.FromFile(_imgPath) _veryfyCode=craboOCR(_imgPath,-1) _veryfyCode=_veryfyCode.Substring(0,4) this.txtVeryfyCode.Text=_veryfyCode } catch(Exception e) { this.lblResult.Text+=e.Message } } }-The text on the picture identification, identification rate of 80 surcharge c# Calls [DllImport ( AspriseOCR.dll )] static extern string craboOCR (string file, int type) private void GetVeryfyCode () (if (File.Exists (_imgPath) )// ok now? (try (this.picbVeryfyCode.Image = System.Drawing.Bitmap.FromFile (_imgPath) _veryfyCode = craboOCR (_imgPath,-1) _veryfyCode = _veryfyCode.Substring (0,4) this.txtVeryfyCode.Text = _veryfyCode) catch (Exception e) (this.lblResult.Text+ = e.Message)))
Update : 2025-02-17 Size : 6.18mb Publisher : 似的

DL : 0
安装摄像头后,一般可以找到avicap32.dll文件,此文件中封装了对摄像头的相关操作API然后自己写一个关于摄像头的类-After the installation of cameras in general can be found Avicap32.dll document, this document camera package for the relevant operation of its own API and then write a camera class
Update : 2025-02-17 Size : 49kb Publisher : zz

将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目有多种皮肤版本,ide直接引用即可!-Download the skin file and unzip IrisSkin2.RAR in the project to add the existing items, add the skin into the project IrisSkin2.dll reference into the project will have a variety of skin version, ide direct quote can be!
Update : 2025-02-17 Size : 3.27mb Publisher : lvzhen

C#调用VC的ACTIVEX DLL 文件-C# Call VC
Update : 2025-02-17 Size : 34kb Publisher :

在C#中使内存映射文件方式进行文件读写, 文件读写功能由一个C++写的DLL提供. 附件内含有完整的DLL工程和C#调用工程.-In the C# Make the memory-mapped files of papers to read and write, file read and write function by a C++ Provide written DLL. Annex DLL contains a complete engineering and C# Call works.
Update : 2025-02-17 Size : 38kb Publisher : 张鲁夺

DL : 0
用于反编译Csharp的dll和EXE文件可以生产dotnet项目Csharp语言-Used to decompile the dll CSharp and EXE files can be produced dotnet projects CSharp Language
Update : 2025-02-17 Size : 1.07mb Publisher : string

DL : 0
讲述c#制作、访问dll。很好的一个例子,对于初学者帮助很大。5分钟学会用C#访问dll.-About c# production, visit the dll. An example of very good, very helpful for beginners. 5 minutes learn how to use C# to visit dll.
Update : 2025-02-17 Size : 2kb Publisher : 李峰

DL : 0
C#深入浅出全接触 目 录 表 一、什么是C#? 二、Java与C# 三、C#的主要特征 四、安装运行环境 五、C#编辑器 六、C#的程序结构 七、C#和名称空间 八、C#中一个经典例程的编写与编译 九、C#编程实战演习ABC 1、使用Visual Studio .NET编写C#程序 2、使用Visual C#创建Windows应用程序 3、创建C#类库(Dll) -C# easy Keys table 1, what is C#? Second, Java and C# three, C# of the main features of four, five operating environment is installed, C# editor 6, C# program structure of the seven, C# and name eight Spaces, C# in a classic preparation of routine and nine compiler, C# Programming combat exercises ABC 1, the use of Visual Studio. NET preparation of C# program 2, the use of Visual C# to create Windows applications 3, create a C# Class Library (Dll)
Update : 2025-02-17 Size : 341kb Publisher : 程宏明

C#操作EXCEL方法CarlosAg.ExcelXmlWriter.dll使用 请保留作者信息-C#操作EXCEL方法CarlosAg.ExcelXmlWriter.dll使用
Update : 2025-02-17 Size : 57kb Publisher : 杨福强

Wince下的主要dll,coredll.dll所包含的全部函数. 在API下就可以知道各个函数的使用方法.-Wince of the main dll, coredll.dll contains all the function. In the next API function to know the use of various methods.
Update : 2025-02-17 Size : 14kb Publisher : zhangyg

DL : 0
DLL反编译工具 希望能对大家有所帮助和提高。-Decompile DLL tool for all of us want to help and improve.
Update : 2025-02-17 Size : 1.46mb Publisher : 刘亮

low level sound player , play any sound file using [DllImport("winmm.dll")] private static extern long mciSendString( string strCommand, StringBuilder strReturn, int iReturnLength, IntPtr oCallback) with c#-low level sound player , play any sound file using [DllImport("winmm.dll")] private static extern long mciSendString( string strCommand, StringBuilder strReturn, int iReturnLength, IntPtr oCallback) with c#
Update : 2025-02-17 Size : 51kb Publisher : hasbe allah

itextsharp文档处理开源类库,很好用的文档处理开源类库-itextsharpitextsharpitextsharpitextsharpitextsharpitextsharpitextsharpitextsharp
Update : 2025-02-17 Size : 1.14mb Publisher : qwert
« 12 3 4 5 6 7 8 9 10 ... 17 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.