搜索资源列表
explorer_combobox_and_listview
- 这是一个机遇.net开发实现对话框的Combobox和listview关联的控件,具有如下的功能: 1、所有文件的图标都是从系统中直接读出的,不存在采用icon的情况; 2、combobox和listview相关联,同我们的文件浏览器对话框效果一样; 3、通过该控件(包含源代码),你完全可以脱离.net中对对话框封装后而不能开发自己的特型对话框的烦恼,可以实现对话框定制了; 4、所有的代码都是通过.net平台实现的,所以不错在API的烦恼-This is an opportuni
TracertMap
- The tracert tool displays the various IP Addresses in the route of a network packet as it travels to a destination IP address from a source. An article which describes how tracert works and which also presents a C# component to implement tracert func
useMSAgent-TTSInCSharp
- 在C#中使用微软AGENT之TTS.微软Agent API能够提供卡通角色的显示,另外,它还可以支持语音识别,因此应用软件可以对语音命令作出反应,而卡通角色可以通过合成的语音、录制好的音频信号或文字对命令作出反应-in C# using Microsoft Agent's TTS. Microsoft Agent API to provide cartoon role show that addition, it can support speech recognition, the a
CSAPI
- 我自己写的一个C#语言中使用API函数,API声明生成程序,可以使你在C#中使用API时,快速的创建该API的声明。-I wrote it myself a C# language used API functions, API statement generation process, You can use C# API, the rapid creation of the API's statement.
DMPprototype20050314_1
- 这是我在公司为整合PMDB和CQ的DB所写一个工具,能实现为N个服务器的N*N个数据库中的表建立关系.并导出为XML关系文件,提供API能将XML中关系读回成关系对象,并于数据库交换.-in there for the integration of CQ and the DB wrote a tool to achieve servers N N N * database table relationships. And exported to XML documents relationshi
ShutdownzzzzC
- 关机代码用C#调用API编写的哈哈!!!怎样都可以强制关机-shutdown code using C# API call prepared by the Ha Ha! ! ! How can mandatory shutdown
touming
- 窗体的透明度,可以调节,主要使用了API函数,技术含量一般。。。。。个人认为这是不太n的软件,尽可以作为API使用例子-forms of transparency, regulation, mainly uses the API function, the general technical content. . . . . Personal think it is not n the software, he can use API as examples.
GeoIPCSharpAPI
- GeoIP提供的C# API,能够很方便地使用IP地址查询功能。-GeoIP provided C# API, can easily use the IP address of the inquiry.
Csharpuseapi
- 关于C#截屏和摄像头的资料集合,包括调用API函数(有注释说明)在vs2005下可调试,在vs开发环境下,我们可以很简单的调用api函数,完成相应的开发-Screenshots on the C# collection of information, including the call to API function (with explanatory notes) under which the vs2005 debug in vs development environment, we c
TaobaoAPI_dotNetDemo
- 淘宝Open API 接口调用应用Demo. 实现卖家订单查询.基于Top4net 类库实现. 已实现自动抓取登陆淘宝后获得的授权码,并根据授权码获得订单列表.此源码为示例DEmo,包括详细注释,可据此进行扩展,实现更多功能.-Taobao Open API interfaces called application Demo. To achieve the seller Order. Based Top4net class library. Has been automatical
CamPic
- 通过avicap32.dll从摄像头获取视频的简单例程。avicap32.dll是Windows API应用程序接口相关模块,用于对摄像头和其它视频硬件进行AVI电影和视频的截取。-A simple sample to get video from webcam,using avicap32.dll.The "avicap32.dll"can be found in any webcam which has installed driver correctly.
GetNetTime
- 本地时间与网络时间校对,更改系统时间!C#源码,可以学习下API。-Local time and network time proofreading, change the system time! C# source code, you can learn under the API.
OpenSinaApi
- 新浪微博开放平台API c sharp专用,带小例子,可以显示新浪微博的各种时间线,上传微博和图片-Sina open microblogging platform-specific API c sharp, with a small example, you can display a variety of Sina microblogging timeline, and pictures uploaded microblogging
G723.DLL
- C# 调用G723 , 导出C#.VB等开发语言能使用的DLL, 并写了C#的DLL API函数申明.-C# Called G723, derived C#. VB and other development language can use the DLL, and wrote a C# Affirmed the DLL API function.
VC
- 开发Windows应用程序时,在很多情况下可能要和数据库连接。数据库类型多种多样,功能结构也各不相同。从比较简单的DBASE、FoxPro等到复杂的SYBASE、Qracle等大型数据库系统。VC++6.0都提供了一些接口。程序员可利用这些接口方便地开发数据库应用程序。MFC ODBC类就是其中的一个,在快速生成简单一致的接口应用程序方面这些类非常有用。用户不必了解ODBC API和SQL的具体细节,利用ODBC类即可完成对数据库的大部分操作。然而,VC++ Appwizard 生成的数据库应用
CSharp_SmartCard_Wrapper
- When working with the Omnikey 5321, i couldn t find a C# library for this reader. The reader can be called via the Windows SmartCard API, Additional commands can be send with the Omnikey API. In this pack, i ve included the Omnikey syncronous API w
VMLabMan40-soap-api-guide-PG-CN
- VMware lab-manager soap-api-guide-PG-CN,使用 VMware® 《vCenter Lab Manager SOAP API 指南》 ,可以开发使用 Lab Manager Web 服务数据、自动执行任务或将 Lab Manager 与其他软件测试工具集成的应用程序。-VMware lab-manager, the soap-api-guide- PG-CN, VMware ® vCenter Lab Manager SOAP API Guide
API-HOOK1
- c# API HOOK 函数的实现,并且钩子函数可以检测到并且拦截Messagebox的消息-c# API HOOK function implementation, and the hook function can detect and intercept messages Messagebox
C#百度地图API
- winform上调用百度地图api,可实现经纬度定位显示以及测量、路径功能。(The Baidu map API is called on WinForm, which can realize the positioning display of latitude and longitude, and the function of measurement and path.)
TeklaOpenAPI_Reference
- TEKLA软件二次开发API文档,TEKLA软件是建筑结构设计使用较频繁的软件,可以通过对其二次开发个性化自己的功能(TEKLA software develops the API document for the two time. TEKLA software is a frequently used software for building structural design. It can personalize its own function through its seconda
