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

搜索资源列表

  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
    • 文件大小:12609
    • 提供者:肖晓柳
  1. my_Trans

    0下载:
  2. 本实例演示了如何利用Windows提供的API实现窗体的透明效果,其API封装于User32.DLL中,而且代码实现了动态加载和释放资源。-the examples demonstrated how to use the Windows API to provide a transparent window effects, in its API User32.DLL package, but of dynamic code loading and the release of resource
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:33397
    • 提供者:xjq
  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
    • 文件大小:32923
    • 提供者:steavenku
  1. DCUtilities

    0下载:
  2. 可以动态变化视图背景,同时演示了图像绘制-View dynamically change the background, while the image rendering demo
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:485516
    • 提供者:whosunin
  1. cprogressctrl-new

    0下载:
  2. 滚动条动态效果演示 包括水平和垂直方向-rolling demonstration of the dynamic effects, including horizontal and vertical directions
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:70831
    • 提供者:wanyanzi
  1. testfreepool

    0下载:
  2. 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。-This paper presents a group can be used to create dynamic UI class. The code is focused on the use o
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:97352
    • 提供者:fish6
  1. DisappearDialog

    0下载:
  2. 一个对话框动态消隐的例子,演示了对话框如何以动画方式出现
  3. 所属分类:对话框与窗口

    • 发布日期:2014-01-17
    • 文件大小:26699
    • 提供者:huuu
  1. SinAct

    0下载:
  2. 实现一个正弦驻波函数的动态演示,可以学习用定时器和怎么用对话框来绘图。
  3. 所属分类:对话框与窗口

    • 发布日期:2014-01-17
    • 文件大小:1915782
    • 提供者:星海心翔
  1. ExpandDlg

    0下载:
  2. 动态对话框演示源码,点击Andvance按钮,即可打开/关闭动态生成的对话框。
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:139790
    • 提供者:deht
  1. 个人制作的动态拆分窗口MFC

    0下载:
  2. 演示如何组合拆分的MFC拆分窗口
  3. 所属分类:对话框与窗口

    • 发布日期:2011-05-26
    • 文件大小:48538
    • 提供者:mfc6027@163.com
  1. AnimateWindow.rar

    0下载:
  2. 对话框界面淡入淡出(动态)效果演示及其源码,Fade dialog box interface (dynamic) effects of presentation and its source
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:31474
    • 提供者:瞬间
  1. dlgtpl32

    0下载:
  2. 演示了如何在内存里创建对话框的模板,从而动态的创建对话框。例子详细演示了如何使用DLGTEMPLATE 和DLGITEMTEMPLATE结构。-Dialogs can be created using templates in resources or from templates built in memory at runtime. The sample contains a class CDlgTempl which can be used to create these tem
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-26
    • 文件大小:24784
    • 提供者:YelloRiver
  1. DocViewFromDLL

    0下载:
  2. 前面好像有网友上传。但是描述不正确。本程序演示如何从动态链接库中加载文档模板。这样可以从动态链接库中加载新的文档类型。-From the front seems to have friends. But the descr iption is incorrect. This procedure demonstrates how from the dynamic link library loaded document template. This dynamic link library fro
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-24
    • 文件大小:36256
    • 提供者:祁艳胜
  1. STKvcconnect

    0下载:
  2. STK 读取串口数据并利用控件实现实时动态场景演示。-STK communication with com ,animate the satellite run trace.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-11
    • 文件大小:19148029
    • 提供者:zhangsan
  1. ResizeDlg_1_0_demo

    0下载:
  2. ResizeDlg_1_0_demo 是一个可以对对话框进行动态调整大小的演示程序。-ResizeDlg_1_0_demo is a dynamic adjustment of the size of the demonstration program on the dialog box.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:46031
    • 提供者:LiN
  1. DynamicIcon

    0下载:
  2. 实现动态图标显示及将窗口最小化到系统栏的演示程序-Dynamic Icon & From Minimize
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-14
    • 文件大小:3786
    • 提供者:bigant
  1. MFCScope

    0下载:
  2. 基于MFC的示波器演示类,对话框,可以动态显示三路波形-MFC-based oscilloscope demo class, dialog boxes, you can dynamically display the three-way wave
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:1975956
    • 提供者:流浪的眼
  1. hash-wob-gernels

    0下载:
  2. 用VC编写的N皇后摆法动态演示程序,已经较为完美!()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-01-03
    • 文件大小:22528
    • 提供者:dylinded
  1. 0635835

    0下载:
  2. 演示使用控制窗口动态库和钩子动态库的程序,很好()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-01-07
    • 文件大小:36864
    • 提供者:aoncani
  1. 最近点界面演示

    0下载:
  2. 随机生成焊点,动态演示求最近点判断焊盘是否熔断
  3. 所属分类:对话框与窗口

    • 发布日期:2021-01-28
    • 文件大小:1234765
    • 提供者:zixiyu
搜珍网 www.dssz.com