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

搜索资源列表

  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. 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. 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. 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. 获得USB设备句柄

    0下载:
  2. 我用VB写的应用程序,用的是68013芯片,驱动程序也已经安装好,并且操作系统已经能识别设备,可是应用程序用creatfile就是打不开设备,得不到设备句柄。-I use VB to write applications, using the 68013 chip, drivers have been installed, operating systems and equipment has the ability to recognize, but applications using cr
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1164
    • 提供者:宁雨
  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. cklm

    0下载:
  2. 一个简单的查看屏幕上任意点的颜色,句柄和类的小程序-a simple check arbitrary point on the screen colors, and handle such small programs
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:442295
    • 提供者:看看
  1. vc++界面编程总结

    0下载:
  2. 在你的对话框中添加一个的WM_CTLCOLOR的消息句柄-in your dialog box to add a news WM_CTLCOLOR the handle
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:50018
    • 提供者:sun
  1. VCshiyan2

    0下载:
  2. VC实验: 一.实验名称:基本文字应用的程序设计 二.实验目的:掌握文字及其属性在应用程序中的应用 三.实验任务:  掌握字体句柄的获取  掌握创建自定义字体  掌握设置字体的颜色和背景色  掌握文本的输出 四.实验要求: 编写程序,在某一个窗口上设计一行文字,如“欲穷千里目,更上一层楼”,这一行文字从窗口的左边向右滚动显示,而且每显示一轮,改变一次颜色,改变一次字体,一个周期为4种颜色,分别为红
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:28163
    • 提供者:老宋
  1. matlab_jubinghuitu

    0下载:
  2. PPT介绍了怎样在MATLAB环境仿真时的MATLAB句柄绘图-PPT on how the MATLAB environment simulation of MATLAB handle Mapping
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:768680
    • 提供者:yangfeng
  1. programpin

    0下载:
  2. 把窗口设置为置顶,查看相关窗口句柄等,隐藏窗体 使用方法是 把鼠标移动到某个要操作的窗体上,然后按alt+m 置顶 alt+q 取消 alt+h隐藏-put acc window set to check the relevant window handle. Hide Window method is to use the mouse to move a window to the operation, then press alt + m acc alt + q + h canceled
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:9231
    • 提供者:申建中
  1. MessageMapSimulation

    0下载:
  2. 演示什么是消息映射,已及如何在继承的类里面实现消息映射,抓住窗口句柄等常用有关消息映射功能-demonstration mapping what is news, and how the succession of categories achieved news mapping, seize the window handles, and other relevant information used mapping function
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7889
    • 提供者:roy
  1. 得到鼠标当前位置的句柄和类名

    0下载:
  2. 得到鼠标当前位置的句柄和类名.rar-be the current location of the mouse handle, and class names. Rar
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:12554
    • 提供者:陈利民
  1. 获取任务栏窗口句柄

    0下载:
  2. 获取任务栏窗口句柄-access to the window handle the task bar
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:12854
    • 提供者:李主
  1. Search

    0下载:
  2. 做了个很小的程序,里面主要是为了探讨一下关于位图的句柄与指针之间的关系,本人对这个弄得还不是很清楚,特请高手指点
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25661
    • 提供者:宋德林
  1. lpcpp

    0下载:
  2. 遍历进程名,获取窗口句柄,窗口名称等,十分实用-Ergodic process, and obtain the window handle, window name and so on, very practical
  3. 所属分类:GUI Develop

    • 发布日期:2016-01-24
    • 文件大小:19097
    • 提供者:qq
  1. PickData

    0下载:
  2. 可以动态抓取应用程序窗口以及窗口中的各种对话框,按钮的句柄,并控制这些控件,对其进行操作-Can dynamically grab the application window and the window of the various dialog boxes, buttons, handle, and control of these controls, manipulate it ~ ~
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:9990446
    • 提供者:路粮户
  1. 获取任意程序的窗体句柄并操作程序

    0下载:
  2. 获取任意程序的窗体句柄并操作程序,运行以后可以直接获取窗口句柄并对窗口进行操作(Get a form handle and an operating program for any program)
  3. 所属分类:界面编程

    • 发布日期:2018-05-06
    • 文件大小:87040
    • 提供者:Raulkk
  1. 易语言取输入焦点窗口句柄模块源码

    0下载:
  2. 易语言取输入焦点窗口句柄模块源码 引用支持库 无 源码文件名 支持库文件名 支持库标识 KEp0GL1c.e 系统核心支持库 5.0 d09f2340818511d396f6aaf844c7e325
  3. 所属分类:对话框与窗口

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com