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

搜索资源列表

  1. send_handle

    0下载:
  2. 发送消息给某个只知道进程句柄的程序的主窗口的程序- The transmission news only knows the advancement sentence handle for some the procedure main window procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:1015
    • 提供者:站长
  1. windowsedit

    0下载:
  2. 自己写的一个可以查看和修改窗口信息的小程序,可以查看窗口句柄等信息,并可以修改窗口大小和窗口标题。-Write a message can view and modify the small program window, you can view information such as window handle, and can modify the window size and window title.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:3853
    • 提供者:孟夏
  1. ClientDemo

    0下载:
  2. 实时监视 实时监视功能有二种播放方式,直接方式和数据回调方式。直接方式是指通过服务器传送过来的视频数据不需要用户自己去解码就能够显示播放,用户只要调用接口CLIENT_API LONG CLIENT_RealPlay(LONG lLoginID, int nChannelID, HWND hWnd),将窗口句柄传入形参hWnd就能够实时播放视频了;数据回调方式是指服务器传送过来的视频数据通过回调函数由用户自己来处理,如果用户需要播放的话,可以调用解码库dhplay.dll解码播放。 多画
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-25
    • 文件大小:8438102
    • 提供者:yang
  1. 4

    0下载:
  2. 这是一个获取所有打开窗口程序的句柄、类名及标题的程序-Get a handle to all open windows programs, class name and title
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:50975
    • 提供者:刘萌
  1. COMM

    0下载:
  2. 超级轻量级又特别好用的串口封装。通过虚基类的方式提供数据接口,也可以通过设置窗口句柄进行数据交换,已经在工程中应用,非常简单实用。-Super lightweight package also particularly useful for the serial port. Through the virtual base class to deliver a data interface, you can also set the window handle for data exchange
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6148
    • 提供者:高飞
  1. Vb-SPY

    0下载:
  2. 用VB编的类似与SPY++的程序。 Vb仿SPY获取和查找当前程序句柄。 其中对窗口的操作很值得借鉴。-VB for use with the SPY++ similar to the procedure. Vb like SPY access and find the current process handle. The operation window which is worth learning from.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:40306
    • 提供者:小明
  1. yyuyan-EX

    0下载:
  2. 用易语言做的(家电维修管理系统),包括源码,内容涉及数据库操作、外部模块引用、窗口句柄操作等,适合初学者参考-Easy to do with language (household appliances maintenance management system), including source code, related to database operations, the external module references, such as window handle to oper
  3. 所属分类:其他小程序

    • 发布日期:2017-03-28
    • 文件大小:501576
    • 提供者:张永余
  1. QQ2009_Gradient-button

    0下载:
  2. 一个很清新的子类化重绘仿QQ2009渐变按钮源代码模块,使用子类技术(subclasses),支持重绘VB自带按钮,凡是具有WS_EX_CLIENTEDGE风格的窗口都会重绘边框,比如TextBox、ListBox、ListView等等。MsgBox的按钮也可以重绘,支持按钮渐变效效果。 使用方法: 使用皮肤: Attach [句柄] 句柄可以是窗口句柄,也可以是按钮句柄。 移除皮肤: Detach [句柄] 句柄可以是窗口句柄,也可以是按钮句柄。-Subclass r
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-31
    • 文件大小:111861
    • 提供者:test
  1. New-Folder-(6)

    0下载:
  2. 通过进程获取窗体句柄,然后通过窗体句柄在获取窗体控件句柄,从而获得控件信息。-Through the process to obtain the window handle, and then through the window handle for form controls handle to obtain control information.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-03
    • 文件大小:1954
    • 提供者:william123
  1. findwindows

    0下载:
  2. 能够遍历子窗口,并获取窗体的句柄和caption-find chirld windows
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1813161
    • 提供者:huanghao
  1. Cshapprojcet

    0下载:
  2. 谈谈类和结构的区别? 最大区别一个是引用类型,一个是值类型 默认成员访问为public是另外一个区别 1. 在.net(C# or vb.net)中如何获得当前窗体或控件的句柄,特别是控件本身的句柄(请列举)。 this(C#) Me(vb.net). 2在.net(C# or vb.net)中如何用户自定义消息,并在窗体中处理这些消息。 在form中重载DefWndProc函数来处理消息: protected override void DefWndProc ( ref
  3. 所属分类:.net

    • 发布日期:2017-04-23
    • 文件大小:38458
    • 提供者:浩哥
  1. WinMain

    0下载:
  2. 采用Visual C++编写的窗口产生代码,便于理解Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Using Visual C++ Prepared window generated code, easy to understand Windows program to run the principle and procedure of the preparation process, the process windo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8521
    • 提供者:wang
  1. GETcolor

    0下载:
  2. C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口句柄、窗口类名以及窗口标题,因此,这个程序也可以说成是一个鼠标钩子程序,对研究C++还是有帮助的。-C++ Prepared Found color screen, and drag the mouse on the screen can be accessed at any point of the color, and then gi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:226177
    • 提供者:sdfads
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback function, the window closed with the applicatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8556
    • 提供者:lma7408
  1. cvery_325645333

    0下载:
  2. 基于vc++,利用摄像头获取图象,包括驱动的选择和视频界面的获取,程序在编写的过程中,主要采用消息和句柄。-Based on vc++, The use of cameras to obtain images, including video-driven interface of choice and access to, procedures in the preparation process, the main use of information and handle.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:25660
    • 提供者:小虎
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较。-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback function, th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8518
    • 提供者:xue
  1. wepmeter_LQ

    1下载:
  2. 曾经以为获取一个窗口的窗口过程很简单,不就是GetWindowLong一下吗,看spyxx获取的多么顺利。后来才发现原来不是这么简单。获取本进程内窗口的窗口过程确实很简单 ,直接调用GetWindowLong(hWnd,GWL_WNDPROC)就可以了(注意,根据窗口是否是Unicode的,你要判断是调用GetWindowLongA,还是GetWindowLongW,可以用IsWindowUnicode来判断), 但是GetWindowLong这个函数内部会检查调用进程和该窗口句柄是否属于同一进
  3. 所属分类:Windows Develop

    • 发布日期:2015-07-02
    • 文件大小:34862
    • 提供者:james
  1. Lesson1Code

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

    • 发布日期:2017-04-07
    • 文件大小:8659
    • 提供者:yuehua8
  1. Draw

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

    • 发布日期:2017-04-25
    • 文件大小:40480
    • 提供者:yuehua8
  1. ParentProcess

    0下载:
  2. 一个实例来介绍父子进程间如何共享内核对象。首先在父进程中创建一个事件对象,该事件对象能够被子进程继承,但是初始状态没有信号。然后父进程创建一个子进程,使子进程能够继承父进程中的内核对象句柄。在子进程初始化时创建一个线程,并立即运行线程函数。在线程函数中循环判断从父进程继承的事件对象是否有信号,如果有信号,将对话框标题设置为“事件有信号”,然后退出线程。由于父进程在创建事件对象时,使事件对象没有信号,因此,子进程中的对话框标题不会改变。为了演示父子进程间共享内核对象,在父进程中设计了一个按钮,单击
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:111659
    • 提供者:jacklee
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 34 »
搜珍网 www.dssz.com