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

搜索资源列表

  1. SJD530BIN

    0下载:
  2. 一个Bin文件生成工具,主要对VC基本控件使用!-a document generation tool, the main component of the basic use of VC!
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:78207
    • 提供者:阿撒卡
  1. JavaJTableJTree

    0下载:
  2. 刚开始看到这个题目的时候,我并不是十分明白自己要做什么。Java语言是我们这个学期刚刚学过的课程,但是我们所学的都是些基本的东西,而且没有涉及到控件的问题。我查阅了一些资料,终于大体了解JTable和JTree是Swing组件里面的控件,一个是远程表,一个是目录树。在了解了一些关于这两个控件的一些知识之后,脑海中大体出现了一些流程。 我的程序设计大致按照下列流程进行:    1. 引入Awt包,Swing包    2. 设置顶层容器    3. 设置按钮和标签    4. 向
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:403359
    • 提供者:丁兴全
  1. decomposeYUV

    0下载:
  2. 这个程序是实现对YUV序列进行分解的小程序,先打开一个待分解的YUV测试视频序列,然后选择文件类型,有Sub-QCIF,QCIF,CIF,4CIF四种类型,然后填写需要分解为Y、U、V分量的前多少帧序列,最后点击分解,就会完成把序列分解为各个分量-this procedure is right YUV sequence decomposition of small programs, a question to open the decomposition YUV video test sequ
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:29883
    • 提供者:祁云平
  1. AboutBoxComp

    0下载:
  2. Writing a Customizable AboutBox Component(写一个可自定义的关于组件)-Writing a Customizable AboutBox Componen t (can write a custom on the Component)
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:4037
    • 提供者:龙惠民
  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
    • 文件大小:3731924
    • 提供者:李毅
  1. dlgsplashscring

    0下载:
  2. 很多基于对话框的程序都有一个启动画面,那么如何为自己的对话框程序也加一个这样的画面呢?其实VC++开发环境中有一个现成的 Splash Screen 组件,用这个组件很容易实现基于框架类(也就是CMainFrame)的程序的启动画面,那么如果是对话框程序,没有框架类怎么办呢?所以这个组件功能不是想象的那么强。要实现基于对话框应用程序的启动画面必须另辟蹊径。这里提供一个可重用代码例子,一步一步教你实现每一个细节。利用一个定制的C++类:CSplashWnd,增强原来的 Splash Screen
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:124385
    • 提供者:啊啊啊
  1. ResizeDialog

    0下载:
  2. This the sample to resize a dialog. All component in the dialog can be resized or not by options. I think this sample is useful for all of code writer.-This is the sample to resize a dialog. All component in the dialog can be resized or not by
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-11
    • 文件大小:3059584
    • 提供者:gwewehgwe
  1. kWizard

    0下载:
  2. Wizard with route map component for delphi. Design time usable next-prev buttons to navigate pages. Adapted to Delphi 2010.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:31514
    • 提供者:derkan
  1. 20070525_vc_src

    0下载:
  2. 一个可以重命名workspace的程序。   演示了如何生成一个COM组件。   用图形界面的程序装载控制台程序并接收控制台程序的输出。   将tiff转换成PDF的源程序。   简单字处理程序。   调节灰度的滑动条的类。   一个SMPP类库可以用来连接SMPP网关来发送和接收SMS消息。   使用CColorDialog类轻松改变对话框背景颜色和字体。   一个基于IE的浏览器,使用了多文档界面的标签,IE界面和XP的工具条等。
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-06
    • 文件大小:1069405
    • 提供者:th
  1. form_activator

    0下载:
  2. Form activator component.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-16
    • 文件大小:64961
    • 提供者:cyberwarrior
  1. topmostwindow

    0下载:
  2. Delphi component Windows on top
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:9380
    • 提供者:sudadi
  1. COMDialogTest

    0下载:
  2. 该程序主要实现如何调用一个组件对象模型(COM)中的对话框。关于该对话框的操作可以完全在COM中实现,而主程序只需负责整体的逻辑操作。通过这种编程方式,可以很好的实现插件式编程。-The procedure to achieve how to call a Component Object Model (COM) in the dialog box. Operation on the dialog box can be fully realized in the COM, while the m
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-31
    • 文件大小:13382850
    • 提供者:李勇昌
  1. vcf_source

    0下载:
  2. The last article I wrote introduced some of the basic concepts of the Visual Component Framework. Much of it dealt with some of the techniques I used to get things like the advanced RTTI features to work, as well as other features of the core of the
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-13
    • 文件大小:3220866
    • 提供者:Greate
  1. GDIplusBrowser

    0下载:
  2. 使用GDI+以及IE7组件仿制IE7浏览器,很好的学习实例。-GDI+ and IE7 using IE7 browser component of imitation, good learning example.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:229295
    • 提供者:萧白
  1. Skin-interface-module

    0下载:
  2. 本程序提供两种界面换肤方式。“方案一”文件夹中实现的是加载皮肤文件实现界面换肤,“方案二”文件夹中实现的是加载组件库实现界面换肤。-This program offers two interface skinning. Implemented in the " program" folder to load the skin file interface skinning, " programs" folder to achieve the loading c
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-19
    • 文件大小:5690020
    • 提供者:琳琳
  1. NestedForm

    0下载:
  2. 在父窗口中嵌套显示子窗体,可执行子窗体里组件的事件。-Nested in the parent window display Subform, executable subform component of the event.
  3. 所属分类:Dialog_Window

    • 发布日期:
    • 文件大小:473272
    • 提供者:
  1. HarlinnWindows-2012-11-09-02

    0下载:
  2. • Windows API errors are converted to exceptions • Maps COM HRESULT to exceptions when appropriate • Direct2D wrapper classes • DirectWrite wrapper classes • Windows Imaging Component wrapper classes • Win
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-07
    • 文件大小:247418
    • 提供者:付良甲
  1. attach_20120629135309

    0下载:
  2. 在程序实际开发中,闪屏是我们经常用到的。如果程序初始化要一些时间,设计闪屏更加有必要,不但使你的程序也漂亮,还能在上面写上你的版本信息。好处是多多的。在VC++6.0组件库中有一个splash screen闪屏组件,可以添加到程序中。-The actual development of the program, the splash screen is frequently used. If the program is initialized for some time, the design
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-06
    • 文件大小:306440
    • 提供者:raintom
  1. load-component-implement-skin.

    0下载:
  2. 本程序提供1种界面换肤方式。文件夹中实现的是加载组件库实现界面换肤。-This program provides one kind of interface skin mode. Folder implementation is loading component library implement interface skin.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-17
    • 文件大小:4293320
    • 提供者:zxh
  1. Integer-the-component

    0下载:
  2. 控制音量的组件 Properties Balance Integer Specifies the balance o-Control the volume of the component Properties Balance Integer Specifies the Balance o
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:YYZ$158
« 12 3 »
搜珍网 www.dssz.com