CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - win32 API be

搜索资源列表

  1. 视频捕获程序代码

    0下载:
  2. 这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-This is a pure Win32 API application, No. MFC. The VFW procedure Model (Video for Windows) use. To show that the v
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:18.88kb
    • 提供者:张敏
  1. 使用热键隐藏

    0下载:
  2. 我们曾经想过能够在我们的计算机上将窗口隐蔽起来,不想被从身边走过的老板看见。尝试便捷的Windows隐藏并定义热键来控制它们。下面我们将演示如何通过热键,我们将会用到DllImports of Win32 API、CallBacks/Delegates,定制事件与事件的句柄。 -we once thought to our computer will be concealed window, do not want to be passing from the boss to see. Wi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.1kb
    • 提供者:高天一
  1. npp.3.4.src

    0下载:
  2. 文字编辑软件C++源代码,Notepad++可用于Notepad的替代,开源社区作品,遵循GPL协议。 使用了win32 api和STL,可以用VC进行编译。-text editing software C source code, Notepad can be used Notepad replacement, the open source community works, follow the GPL. Use of win32 api and STL, we can compile
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.27mb
    • 提供者:阳广元
  1. HookImport_src

    0下载:
  2. Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:6.11kb
    • 提供者:l
  1. npp.3.5.src

    0下载:
  2. Notepad++ is a generic source editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI. -Notepad++ is a generic source ed
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.65mb
    • 提供者:程真
  1. weigongkaiapispion

    1下载:
  2. 这是使用 Win32 API 编写的一个功能强大的程序。可谓无所不能。 1、编辑和修改任何活动程序的窗口、菜单、工具栏以及其它控制(各种按钮、编辑框、组合框等)。 2、对于某个运行中程序的窗口/控制,你可以: ——将它们Enable/Disable,Show/Hide,销毁(带自定义返回); ——修改它们的图标、口令字符、字体、背景色、位置、大小和标题; 3、编辑某个窗口的菜单、工具栏(enable/disable,销毁,获取和设置其ID等); 4、显示出所有运行的进程、
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:186.46kb
    • 提供者:郑波
  1. CBuilderGetTime

    0下载:
  2. 虽然Windows下可视化开发工具如VC、Delphi、C++ Builder等都有专用的定时器控件Timer,而且使用很方便,可以实现一定的定时功能,但最小计时精度仅为55ms,且定时器消息在多任务操作系统中的优先级很低,不能得到及时响应,往往不能满足实时控制环境下的应用。不过Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。现将由C++ Builder 4
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1.75kb
    • 提供者:wangjing
  1. winMeta4

    0下载:
  2. 一个简单的Windows API应用实例,但是很能说明问题,涵盖了API设计Win32窗口应用程序的基本思想-a simple Windows API application, but can be used to describe the problem, Design covers the Win32 API application window the basic idea
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2.27mb
    • 提供者:叶建兴
  1. TestColtTempator

    0下载:
  2. 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:74.61kb
    • 提供者:郑金华
  1. CaptureWindow_demo

    1下载:
  2. Capturing window content can be done easily by using the ::BitBlt(..) from the screen DC however, this kind of implementation forces you to make sure that the window you want to capture is on top of the screen. In this project, to capture all the scr
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:14.55kb
    • 提供者:ljm
  1. Win-API-instance

    0下载:
  2. win API实例,WIN32,不是完整的程序,是一段段的代码,可作为参考资料。很实用!-win API instance, WIN32, not the complete program, is a section of code that can be used as reference. It works!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:164.84kb
    • 提供者:clank
  1. API-Hook

    0下载:
  2. Win32 API Hook 示例,例子中注释非常详细,简单易懂。本例子中实现了对MessageBox 函数进行Hook , 当然你也可以Hook其他API,只需小小的修改即可。 -Win32 API Hook examples, case notes are very detailed, very easy to understand. In this case realized MessageBox function Hook, of course, you can Hook the
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:209.38kb
    • 提供者:林海波
  1. C++Buildertime

    0下载:
  2. 利用C++ Builder进行精确计时.Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。-The use of C++ Builder precise timing. Microsoft Corporation in the Win32 API function library has been to provide users with a group o
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:1.77kb
    • 提供者:zlfbtstt
  1. npp.5.0.3.src

    0下载:
  2. Notepad++ 是在微软窗口环境之下的一个免费的代码编辑器。 为了产生小巧且有效率的代码编辑器,这个在GPL许可证下的自由软件开发项目采用 win32 api 和 STL 以 C++ 程序语言撰写成,并且选用功能强大的编辑模块 Scintilla。-Notepad++ is a generic source code editor [it tries to be anyway] and Notepad replacement written in c++ with win32
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3.26mb
    • 提供者:xuyong
  1. use-of-the-Win32-API

    0下载:
  2. window api函数大全,介绍了windows环境下 的各种函数的使用,编程中不不能少的工具-window api function Guinness, describes the various functions under the windows environment, the use of programming tools are not can not be less
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:87.35kb
    • 提供者:abc
  1. testbeep

    0下载:
  2. VS.net2005/C# demo,利用win32 API 操作机箱内的喇叭蜂鸣-VS.net2005/C# demo, contorl the speaker/buzzer in the computer base on win32 API
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:28.03kb
    • 提供者:李波
  1. WINDOWS-API

    1下载:
  2. 内容简介 本书是关于MicrosoftWin32.API函数的完整参考手册。本书详细介绍 了每一个Win32 API函数的使用方法,其中着重介绍其原型表示、函数说明 、参数说明、注意事项、相应头文件(.H)、链接库(.LIB或.DLl)和典型 示例。对于每个函数本书给出了相应的示例,这样读者在阅读相应的Win32 API函数时就能很快地了解它的具体功能和使用方法,便于更快地掌握该接 口函数。 本书是从事Microsoft Wi
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-22
    • 文件大小:40.26mb
    • 提供者:andy14
  1. API-for-vb

    0下载:
  2. 时常要用到一些WIN32 API函数。每次都要声明引用,且API函数也时常弄错,因此,我用VB做一个ActiveX控件(COCX1.OCX),在其中加入一些用API才能实现的一些特殊功能,并以控件方法的形式来调用它们,因此,少了声明API时的麻烦。-Often use some WIN32 API functions. Every time a statement cited, and API functions are often mistaken, so I used to do a VB
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:782.64kb
    • 提供者:cash
  1. test

    0下载:
  2. 1.WIN32应用程序中有2个文本框,2个按钮. 2.在A文本框中输入内容时,B文本框同步更新。 约束: 1。A文本框只能输入字母,最多只能输入19字母。 2。B文本框能自动转化小写为大写,且只读。 3.按钮A,点击后启动一个定时器,每隔一秒将当前时间显示在窗体标题栏,再次点击时停止定时器。 4.按钮B,点击后弹出一个模式对话框,关闭模式对话框后返回当前窗口,对话框内信息要求显示中文。(1. There are 2 text boxes and 2 butto
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:10kb
    • 提供者:静水~流深
  1. TradeX-API-master

    3下载:
  2. TradeX.dll 股票交易、行情接口合二为一TradeX.dll 完全兼容原有的trade.dll下单业务,整合了行情数据 解决了华泰等券商服务器无法正常连接的问题,在任何时间段都可以正确取数据 支持VC,VB,C#,Python,直连交易服务器和行情服务器 py27-demo.py --> python-api演示文件 TradeX.dll --> TradeX行情交易接口 TradeX.lic --> TradeX许可文件TradeX-0.1.win32-py2.7
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:9.72mb
    • 提供者:pandaren
« 12 3 »
搜珍网 www.dssz.com