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

搜索资源列表

  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. 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搭配获得之(前者得文件除去卷的路径名,后二者 得卷名) 另外可用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. 取网页密码

    0下载:
  2. 取网页密码 演示如何通过窗口句柄取得htmldocument接口-passwords from the website shows how to handle achieved through window interface htmldocument
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:23362
    • 提供者:swnu
  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. ckjb

    0下载:
  2. 窗口句柄Delphi源码!能显示所选窗口的句柄!欢迎下载-window handle Delphi source! Showing selected window handle! Welcome Download
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:174243
    • 提供者:ss
  1. SingleInstance

    0下载:
  2. 实现windows窗体的句柄获得,不同窗体的连接,窗体删除等的程序实例-achieve a handle to access different forms of connectivity, such as Form delete examples of procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2704
    • 提供者:陶烨
  1. MATLAB70ch7

    0下载:
  2. 《MATLAB 7.0编程基础》第7章 (源码实例)主要讲解MATLAB句柄图形对象-"MATLAB 7.0 programming foundation" Chapter 7 (source code examples) mainly on MATLAB handle graphical object
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:107980
    • 提供者:sunlight68
  1. cppb_6_tgl108

    0下载:
  2. OpenGLAPPanel控件 一个基于BCB的Opengl控件,可以直接在这个控件上用Opengl图形,免于初始化各种句柄等等。安装方式同一般控件雷同。-OpenGLAPPanel based BCB control of a Opengl controls, directly in the control used Opengl graphics, from the various handle initialization, etc.. Installation is identica
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:226456
    • 提供者:贝石皿
  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 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com