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

搜索资源列表

  1. 穿透防火墙的数据传输技术源码

    2下载:
  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 identifying two goals. Identify SOCKE
  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. Windows编程基础--窗体篇

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

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

    1下载:
  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 class name, the contents of t
  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 principle, Message Queue, a callback
  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 ClassWizard, understanding sen
  3. 所属分类:Windows编程

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

    0下载:
  2. 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去卷的路径名,后二者 得卷名) 另外可用ZwQueryOb
  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 passing from the boss to see. Wi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2152
    • 提供者:高天一
  1. MenuXP

    0下载:
  2. xp风格的界面,对菜单,标题重新绘制,取得菜单的句柄,再在ITEM上 贴位图-xp style interface, the menu heading to redraw obtain a handle to the menu, and pasting in ITEM Bitmap
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:28250
    • 提供者:吴忠
  1. GetMainWindowHandle

    0下载:
  2. 在vc中得到主窗框句柄的程序,用vc开发的-vc be in the main window handle the procedures used to develop the vc
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:33510
    • 提供者:东方
  1. handle_01

    0下载:
  2. 控制台下,利用结构嵌套和句柄,来实现信息隐藏的小程序。 HANDLE.h HANDLE.c-console, using the nested structure and handle, to achieve information hiding small procedures. HANDLE.h HANDLE.c
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:81580
    • 提供者:qin
  1. WinMain

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

    • 发布日期:2008-10-13
    • 文件大小:10616
    • 提供者:贾真
  1. qcode.org

    0下载:
  2. 是一个鼠标定位和一个根据时钟变化的小程序,有经典的运算和窗口句柄运算.-is a mouse positioning and the clock under a small change procedures, the classic computing and computing window handle.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:480728
    • 提供者:傅波海
« 1 2 3 45 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com