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

搜索资源列表

  1. VC(gundongtiao)

    1下载:
  2. 关于在VC++中编程操作滚动条的例子有不少,但由于VC++编程基于消息机制,使得本来很简单的思想变得有些隐讳起来。对于初学者而言,恐怕看到一个例程,并不是很容易就弄清楚其来龙去脉。下面我们结合一个例子,介绍一下如何在VC++中进行滚动条编程。-on the VC program rolling operation of the examples are many, but VC-based news programming mechanism, would make a very simple
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:91.87kb
    • 提供者:mwh
  1. jl

    0下载:
  2. 滚动条也可以作为单独的元件来使用。 建立水平滚动条的过程和其消息映射
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:chenwb
  1. msn

    0下载:
  2. 最近做项目需要在屏幕右下角滚动出一个类似QQ,MSN的消息框,找了N久,终于找到了一个满意的,故贴出来以防以后要用时又找不到。-Recent projects require the lower-right corner of the screen rolling out a similar QQ, MSN s message box, find the N a long time, finally found a satisfactory, they were posted to preven
  3. 所属分类:.net

    • 发布日期:2017-03-27
    • 文件大小:18.82kb
    • 提供者:hiyear
  1. APIfunctionreference

    0下载:
  2. 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Window
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-24
    • 文件大小:7.79mb
    • 提供者:林孝城
  1. vbTracBar

    0下载:
  2. 滚动条模块 与 VB 的滚动条比较, 该模块支持动态生成, 支持触发消息。 New Common Control Slider (TracBar) control.-VB module with a scroll bar of the scroll bar of comparison, the module supports dynamically generated to support the trigger message. New Common Control Slider
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6.5kb
    • 提供者:侯成
  1. 20messages_quiz

    0下载:
  2. windows20条消息测试,包括键盘,鼠标,滚动条,菜单等,对于windows初学者会比较有益的。-news windows20 tests, including keyboard, mouse, scroll bars, menus, etc., for the windows would be more useful for beginners.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:990.75kb
    • 提供者:wxd111
  1. HOOKstudy

    0下载:
  2. hook 手册 Windows系统是以消息处理为其控制机制,系统通过消息为窗口过程(windows procedure)传递输入。系统和应用两者都可以产生消息。对于每个输入事件,例如用户按下了键盘上的某个键、移动了鼠标、单击了一个控件上的滚动条,等等,系统都将产生一系列消息-hook Manual Windows message handling system is based on its control mechanism, system, through the message to th
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:258.54kb
    • 提供者:txyms
  1. clock

    0下载:
  2. 这个程序测试鼠标在客户区坐标,在屏幕坐标,以及左中右键按下滚动的消息,客户区在屏幕坐标,-This program test the mouse in the client area coordinates, in screen coordinates, and the left, right-click scrolling message, the customer area in screen coordinates,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:19.93kb
    • 提供者:WhenSoWeWent
  1. scorllBitmapWnd

    0下载:
  2. 自绘带滚动条的显示图片控件,需要OnLButtonDown消息需要WS_CHILD | WS_VISIBLE | SS_NOTIFY 窗口样式 使用方法: DWORD lStyle = WS_CHILD | WS_VISIBLE | SS_NOTIFY m_PicShowWnd.Create(_T(""), lStyle, CRect(5, 5, 100, 30),this,102) m_PicShowWnd.ShowWindow(true) 通过程序控
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:3.79kb
    • 提供者:zhx
  1. Right_bottom_message_box

    0下载:
  2. 右下角消息框-类似QQ空间右下角的那个。固定在右下角,不随滚动条滚动,也不会跳动。兼容IE6、IE7、FF等主流浏览器。-Lower right corner of message box- similar to the lower right corner of the QQ space. Fixed in the lower right corner, do not scroll with the scroll bar will not beat. Compatible IE6, IE7,
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:85.67kb
    • 提供者:林凯生
  1. VB_API_Code(Easy)

    1下载:
  2. 50个API实例源码VB基础篇:   捕获鼠标在标题栏的消息.bas   单击文本框获取单击位置.bas   发送窗体系统消息.bas   发送消息改变窗体标题栏文本.bas   截获按键消息.bas   判断ComboBox控件列表被收起.bas   屏敝文本框菜单和用户定义标题栏.bas   用API根据ListBox最长项目的宽度来设置滚动条.bas   用窗体过程实现无标题栏窗体的移动.vbp   在ListBox中获取鼠标下
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:202.64kb
    • 提供者:fdlsafk
  1. MScroll

    0下载:
  2. 测试鼠标水平滚动和垂直滚动源码,以及消息处理-Test the mouse horizontal scrolling and vertical scrolling Source
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:39.31kb
    • 提供者:Rayne
  1. GetNetInfoPro

    0下载:
  2. 带水平与垂直滚动条的窗口程序设计,处理滚动条消息-scoll window
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:359.02kb
    • 提供者:jiaopengyou
  1. GDTSKJ

    0下载:
  2. delphi编写的界面滚动提示小程序,提示消息在界面滚动显示。内附详细源码-delphi tips prepared by rolling a small interface program that prompts the news scroll in the interface. Source containing more
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:227.3kb
    • 提供者:郭宸
  1. wParamlPara

    0下载:
  2. 鼠标轮滚动消息,WM_MOUSEWHEEL消息,lParam将获得鼠标的屏幕位置(坐标),wParam参数的低位表明鼠标键和Shift与Ctrl 键的状态。-Mouse wheel to scroll the message, WM_MOUSEWHEEL message, lParam will get the screen mouse position (coordinates), wParam parameter of the low that Shift and Ctrl key and
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6.79kb
    • 提供者:阳光飞鸟
  1. ju8cncdd

    0下载:
  2. 发送消息滚动滚动条,很不错的易语言源码,易爱好者可以下载使用-Send a message scroll the scroll bar, a very good source of easy language, easy to use fans can download
  3. 所属分类:其他小程序

    • 发布日期:2017-04-12
    • 文件大小:1.11kb
    • 提供者:mypc08
  1. 19

    0下载:
  2. 发送消息滚动滚动条,很不错的易语言源码,适合易语言爱好者使用。-Send a message to scroll the scroll bar, very good and easy language source code for easy language enthusiasts.
  3. 所属分类:其他小程序

    • 发布日期:2017-04-09
    • 文件大小:1.08kb
    • 提供者:
  1. 20

    0下载:
  2. 发送消息模拟点击滚动条例程,很不错的易语言源码,适合易语言爱好者使用。-Send a message simulation click rolling regulations Cheng, a very good easy language source code, suitable for easy language enthusiasts.
  3. 所属分类:其他小程序

    • 发布日期:2017-04-10
    • 文件大小:1.1kb
    • 提供者:
  1. SkinListDone

    0下载:
  2. 实现MFC自带的ClistCtrl换肤功能,最强大的是隐藏默认的滚动条,而不失去原有滚动条消息处理能力-Realize MFC own ClistCtrl peel function, the most powerful is hidden the default scroll bar, without losing the original scroll bar messages processing capacity
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-14
    • 文件大小:3.53mb
    • 提供者:qiang
  1. NavigatorDemo

    0下载:
  2. 视频播放 下拉菜单 网络请求 滚动消息 日历选择(wxspl demo swiper wxmap)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:284kb
    • 提供者:未央sdf
« 12 »
搜珍网 www.dssz.com