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

搜索资源列表

  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. Lesson8Code

    0下载:
  2. 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。 -escape button cleverly achieved. How to make property pages and Wizard dialog box, the box integration on the composition (how to adjust the po
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:76.09kb
    • 提供者:刘祥景
  1. 在单文档程序中动态切换多个窗体-界面类编程-VC

    0下载:
  2. 在单文档程序中动态切换多个窗体-界面类编程-VC.-procedures in a single document Dynamic switching more windows-like interface programming-VC.
  3. 所属分类:对话框与窗口

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

    0下载:
  2. 在对话框实现子对话框嵌入,而且动态切换,对于实现复杂数据输入有参考价值。-in Dialog - Dialog embedding, and dynamic switching, complex data input reference value.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:13.78kb
    • 提供者:wg
  1. MultiFrameFreeCode

    1下载:
  2. 该源码基于多文档窗体结构,用户可以自己创建多个IE风格的(左边treeview,右边listview)的框架,并与任何控件(这里是Tab控件)结合使用。运行该程序后,你可以看到view 1框架和view 2框架在Tab控件页中自动切换。-Based on the source code file Form structure, Users can create their own style of a number of IE (the left treeview. right listview
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:3.56mb
    • 提供者:李毅
  1. MultiView

    0下载:
  2. 程序设计过程中,经常要实现多个视图界面的切换,本代码是在mfc开发环境下,视图切换的例子-program design process, often to achieve a number of View interface switching, The code is in mfc development environment, the switch example View
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:18.37kb
    • 提供者:yxq606505
  1. danshuangshitu

    0下载:
  2. 窗口编程是图象处理的一部分.单视图和双视图的切换练习程序,用VC++6.0实现,-window programming is part of the image processing. Single View and View-switching practice procedures, VC 6.0.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:49.31kb
    • 提供者:安信
  1. ats

    0下载:
  2. 双电源上位机监控界面,能实现切换,电量监测等功能,实现双电源的远程监控功能-Dual Power PC control interface, to achieve switching, power monitoring and other functions, dual power remote monitoring
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:周雪刚
  1. Splitter

    1下载:
  2. 文档视结构切分窗口,CView和CFormview添加按钮,并且实现右侧视图相应切换功能,还可以隐藏和去掉工具栏。 -Documents depending on the structure segmentation window, CView, and CFormview the Add button, and the realization of the right side view of the corresponding switching function, you can al
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:10.88mb
    • 提供者:Zhyy
  1. TabSheet

    1下载:
  2. 利用CTabCtrl实现标签页的切换,并可以实现隐藏和现实标签页-Use CTabCtrl realize tab switching, and can be achieved and realistic hidden tab
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-24
    • 文件大小:1.86kb
    • 提供者:Mayf
  1. ViewTest

    0下载:
  2. 可以对视频播放进行多画面切换对话框显示,达到多画面切换功能-Can multi-screen video playback to switch the dialog box displayed, reach the screen switching function
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-27
    • 文件大小:275.38kb
    • 提供者:liurj
  1. PPPoutlook2

    1下载:
  2. 一个OutLook风格的多视图切换的例子-OutLook style of a multi-view examples of switching
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:43.66kb
    • 提供者:站长
  1. vcwap

    0下载:
  2. This sample demonstrates methods for switching between multiple views on a single document in an SDI application using Visual C++ and the Microsoft Foundation Classes.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:27.71kb
    • 提供者:五羊
  1. SDI_MULT_VIEW_2

    1下载:
  2. 单文档双视图以及单文档多视图的程序。可以实现任意多的视图之间的切换,但是用户始终只看到一个视图。根据csdn上的一个源码改编,希望对大家有用。-Single document, as well as dual-view multi-view single document procedures. Can achieve many of arbitrary switching between the view, but the user has only to see a view. Accord
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1.03mb
    • 提供者:gz
  1. Switch_Views_in_a_WTL_SDI_Application

    0下载:
  2. 基于 WTL,实现 VIEW 之间的任意切换-Based on the WTL, the realization of arbitrary switching between VIEW
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-25
    • 文件大小:24.86kb
    • 提供者:王斌
  1. AlbumViewerSrc

    0下载:
  2. 支持动画切换效果的相册,用华丽的动态效果展现图片的切换过程.-Support for switching effects animation album, with gorgeous pictures show the dynamic effects of switching process.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:408.74kb
    • 提供者:berserk_wei
  1. vb3dcode

    0下载:
  2. 一款支持皮肤切换的VB播放器界面框架,非常好-VB support for switching a player skin interface framework, very good
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-08
    • 文件大小:192.57kb
    • 提供者:zx
  1. newclient

    0下载:
  2. 实现1/4/9/16画面切换的功能的一个例子,常用于监控软件中。-Screen switching function to achieve 1/4/9/16
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:28.72kb
    • 提供者:李佳
  1. WindowCurtain

    0下载:
  2. 本程序做出了像PPT一样的效果,此效果可以用来做模块间的切换-This procedure made the same effect as the PPT, this effect can be used for switching between modules ... ...
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-06
    • 文件大小:1.22mb
    • 提供者:张三
  1. Mybole

    0下载:
  2. 简单的对话框操作,实现焦点切换,数据提取等功能-Simple dialog box operation, to achieve the focus switching, data extraction functions
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-19
    • 文件大小:5.08mb
    • 提供者:杨洪军
« 12 3 »
搜珍网 www.dssz.com