搜索资源列表

  1. 34211

    0下载:
  2. 图像灰度的改变 void CDibView::OnZftJh() {  CClientDC pDC(this)  HDC hDC=pDC.GetSafeHdc() //获取当前设备上下文的句柄;  SetStretchBltMode(hDC,COLORONCOLOR)  CDibDoc *pDoc=GetDocument()-Grayhound change void CDibView : : OnZftJh () (CClientDC
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3290
    • 提供者:hxj
  1. srcDownlodingsite

    0下载:
  2. 介绍用OpenGL实现点云处理的三维变换,我们可以通过API函数 CreateFile 获得设备句柄,再用API函数 DeviceIoControl 来实现对设备的访问获取点云的分割方法。-introduces OpenGL point cloud processing of 3D transformation, we can pass CreateFile API access to equipment handle, reuse A
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:351613
    • 提供者:zxj
  1. showicon

    0下载:
  2. Icon显示,通过VB的控制,得到句柄 然后调用位图-Icon, through the control of VB, to be called then handle bitmap
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3314
    • 提供者:li
  1. 穿透防火墙的数据传输技术源码

    1下载:
  2. 一种新的穿透防火墙的数据传输技术,过程如下: 1. 找出目标进程 2. 找出SOCKET句柄 2. 用DuplicateHandle()函数将其SOCKET转换为能被自己使用. 3. 用转换后的SOCKET进行数据传输-a new firewall penetration data transmission technology, the process is as follows : 1. The process of identif
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:28341
    • 提供者:劳波
  1. ntsysteminfo

    1下载:
  2. 获得winnt系统相关信息的例子代码。可获得当前系统运行中的所有句柄、进程、线程、模块等的列表-winnt access to the relevant information system code examples. The current system operating availability of all handles, processes, threads, modules, etc. List
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:39403
    • 提供者:胡静
  1. enummodules_demo

    0下载:
  2. 通过窗口句柄得到执行文件名- Obtains through the window sentence handle carries out the filename
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:16353
    • 提供者:小草
  1. delphi实现屏幕图像捕捉

    0下载:
  2. 屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。-screen capture is actually Capturing the Screen procedures and the principles of access to the desktop handle, the creation of canvas, for the final bitmap storage.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:183365
    • 提供者:杨海峰
  1. Windows编程基础--窗体篇

    0下载:
  2. Windows编程基础--窗体篇   现在Windows已经成为世界上使用最广泛的操作系统,这使得学习Windows编程变得十分重要.和学习其他 编程语言一样,我们也从一个最简单的例子开始学习Windows编程.这个例子将建立一个Windows窗体并在窗体中间显示\"HELLO\"字符串(见图1).      1.程序的开始和结束 和C语言中的main()函数一样,Windows程序是从WinMain(
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3795
    • 提供者:地方随
  1. clipboardviewer_demo

    0下载:
  2. 用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。 -used in the way you handle a window into ClipboardChain, and clipboard data on the changes in the callback function to deal with you.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:21380
    • 提供者:王林
  1. superenable

    0下载:
  2. 能够将软件中灰色的按钮,变为正常的状态,程序中用到了句柄的操作!-software can be gray button into a normal state, the procedures used to operate the handle!
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:361542
    • 提供者:zlw
  1. 文件传送

    0下载:
  2. 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11227
    • 提供者:sasa
  1. 孙鑫C++-Windows使用原理

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle princip
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15732
    • 提供者:lily
  1. EnumWindow

    0下载:
  2. 一个枚举所有窗口句柄的源代码。对于软件界面分析、软件破解等很有用-a window handle all the source code. For software interface analysis, software and other useful crack
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:71056
    • 提供者:阿龙
  1. if8l_GetWindowHwnd

    0下载:
  2. 获得屏幕上任何一个控件的句柄和信息,和父容器的句柄信息 -was on the screen in any one control and handle information, and the father of the container handle information
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:8163
    • 提供者:张自
  1. FindProess

    0下载:
  2. 此程序可以显示鼠标所在位置的相关信息和显示当前进程及其路径 信息有:前位置的句柄、类名、当前控件的内容、颜色等。-this procedure can show the location of the mouse-related information and display the current process and path information : the former location of the handle, a
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:190763
    • 提供者:生来
  1. Lesson01

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle princip
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:23868
    • 提供者:鞠俊
  1. Lesson05

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC Message Mapping Analysis of the mechanism on how to use
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:46484
    • 提供者:鞠俊
  1. AFXRootkit2005

    1下载:
  2. 一个用delphi开发的开源rootkit代码,可以隐藏文件,目录,进程,句柄等信息。-used to develop an open-source code rootkit can hide files, directories, processes, handle such information.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:248526
    • 提供者:杨树
  1. zbxi

    0下载:
  2. 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2271
    • 提供者:周继波
  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 pa
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2152
    • 提供者:高天一
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org