CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 对话框与窗口 搜索资源 - icon

搜索资源列表

  1. 这个程序可以使图标文字透明的显示在桌面上

    0下载:
  2. 这个程序可以使图标文字透明的显示在桌面上-this procedure can be written to enable transparent icon display on the desktop
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:2.15kb
    • 提供者:拉斯
  1. AnimateDlgIcon

    0下载:
  2. 一个演示使用ImageList切换应用程序在windows状态栏上显示的对话框图标的程序。(演示如何动态更改对话框的标题图标)-a demonstration using ImageList switching applications in windows status bar icon shows the dialog box procedure. (A demonstration of how dynamic changes in the dialog box title icon)
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:12.31kb
    • 提供者:肖晓柳
  1. subclassvck

    0下载:
  2. 本代码演示了如何利用窗口子类化技术隐藏系统图标-the code demonstrated how the use of window-type technology icon hidden system
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:11.23kb
    • 提供者:顾义坤
  1. Windows资源管理器

    3下载:
  2. 本例实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本例主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-the cases to achieve a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operator
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:28.78kb
    • 提供者:唐堂
  1. 在对话框画图标核心程序

    0下载:
  2. 本程序实现了在对话框画图标核心程序,很有参考价值,也可以直接在上面修改。-the program in the core box icon painting process was useful and can be directly above changes.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:刘辉
  1. BeautifulFace

    0下载:
  2. 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::On
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:145.03kb
    • 提供者:黄景天
  1. active_ico

    0下载:
  2. 会动的标题图标。应用后能使你的基于对话框的程序有一个会到的图标。压缩包中包含源码和例子-would move the heading icon. After you make application based on the dialog procedure to be an icon. Compression package contains the source code and examples
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:45.01kb
    • 提供者:张先生
  1. show_dynamicicon

    0下载:
  2. vc++开发环境下实现在标题栏中显示动态的图标。-vc development environment under the heading column shows the dynamic icon.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:29.99kb
    • 提供者:kanlihua
  1. IconDialog_proj

    0下载:
  2. 一个带图标的对话框的例子。演示如何在对话框上显示动态图标。-an icon with the dialog example. Demonstration of how the dialog box displayed on the dynamic icon.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:32.15kb
    • 提供者:steavenku
  1. iconchuli

    0下载:
  2. VC中涉及图形界面中图标处理的源程序代码 语言:c-VC involving graphics interface icon handling of the source code language : c
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:116.74kb
    • 提供者:wz
  1. AnimIcon

    0下载:
  2. 动画图标,,在任务栏和窗口中显示动画图标-animation icon in the task bar and a window display animations icon. .
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:39.06kb
    • 提供者:H.Devang
  1. caidantubiao

    0下载:
  2. 此代码可以实现在菜单中显示图标,当选择菜单时可以看见直观的图标-this code can be achieved in the menu icon indicates that the menu options can see visual icon
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:37.83kb
    • 提供者:only
  1. TestToolTips

    0下载:
  2. Wince下实现ToolTips,可以多行显示,可以添加图标。-under ToolTips, lines can be added icon.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:58.47kb
    • 提供者:王亮卿
  1. chengxudai

    0下载:
  2. 例子代码:如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法,增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条,如何为应用程序添加启动画面 比较基础,给学习VC的朋友.-code examples : MFC AppWizard how to amend the framework Generation Wizard process and the a
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:51.7kb
    • 提供者:王理
  1. animate_icon_src

    0下载:
  2. 基于单文档于视图结构,添加动态图标的示例。-based on single file at the View structure, add the icon dynamic examples.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:1.76kb
    • 提供者:ymd
  1. OpenFileDialogEx_demo

    0下载:
  2. A few days ago, I wanted to start creating an Icon Editor application to make use of my IconLib library. I created my main form and I though \"Where do I need to start?\" Then, I decided to create a menu with the Open functionality. I though the Open
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:286.76kb
    • 提供者:ljm
  1. 气球提示

    0下载:
  2. 让任务栏图标弹出气球提示-allow pop icon task bar balloon suggest
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:2.93kb
    • 提供者:xj
  1. IconDialogsrc

    0下载:
  2. CIconDialog - 图标选择对话框-CIconDialog-selection dialog box icon
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:44.94kb
    • 提供者:waterwhu
  1. No-icon-window

    0下载:
  2. 窗口左上角的图标不能显示的窗口,窗口1中还可以连接其他窗口。-Upper left corner of the icon can not display the window, the window 1 can also be connected with other windows.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:1.9kb
    • 提供者:黑天
  1. icon-resources

    0下载:
  2. 图标资源使用演示程序,教会您如何使用图标资源-Icon resources using the demo program, teach you how to use the icon resources
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-24
    • 文件大小:107.69kb
    • 提供者:Myname
« 12 3 4 5 6 »
搜珍网 www.dssz.com