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

搜索资源列表

  1. BusinessSkinForm.v3.95.Full.Source.Delphi.BCB

    0下载:
  2. ExpressQuantumGrid Suite v4在Delphi 和 C++ Builder开发环境下是一个最好的网格和数据输入组件。利用ExpressQuantumGrid Suite,你能够为你的最终用户可视化地创建完美的界面和显示难以置信的特征及灵活性 - 而这些仅需要很少的代码。-ExpressQuantumGrid Suite v4 in Delphi and C Builder development environment is one of the best grids an
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:428.44kb
    • 提供者:迷茫
  1. 创建分层窗口实现图像渐变

    0下载:
  2. 1、有没有方法创建一个半透明的窗口,并将该窗口上发生的所有鼠标事件都传递到桌面或另一个应用窗口处理? 2、我正在写一个幻灯显示程序,该程序要显示JPEG图像序列。我使用了 2002年三月刊专栏文章中的 CPicture 类来绘制图像(参见:C++ Q&A: Do You Have a License for that GIF? PreSubclassWindow, EOF in MFC, and More)。那个程序运行得很好。但我现在想添加从某一张图像到下一张图像的渐变特性。我在网页
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:198.77kb
    • 提供者:杨飞
  1. WindowsForms

    0下载:
  2. 用c#实现msn滚动条,msdn中的一个实例,大家可以看看阿!-with c # msn rolling, flowing in one example, we can look at the A!
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:819.07kb
    • 提供者:张恒元
  1. WinChat1

    0下载:
  2. c#实现的聊天室,代码很简单,功能很齐全,大家可以看看阿!-chat rooms, code is very simple, functional very complete, we can look at the A!
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:230.95kb
    • 提供者:张恒元
  1. delta

    0下载:
  2. 臺達變頻器通信模塊﹒為RS-485﹐通信模式為MODBUS﹐直接用C語言編譯程序可打開﹒-Taiwan converter communication module. For RS-485, MODBUS communications model, the direct use of C language compiler can be opened.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:6.72kb
    • 提供者:揚帆
  1. processmg

    0下载:
  2. 用C++编的一个关于进程管理的小程序 ,大家可以根据自己的需要下载哦!-C on the part of a small process management procedures, we can according to their need to download!
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:1.84mb
    • 提供者:李白
  1. VSExam2

    0下载:
  2. 这是一个建立模式对话框的工程。难度并不大,适合初学者。但是这个代码的特点是在Visual Studio下开发。上传这个代码的目的是想大家知道Visual Studio与VC++的基本的语法结构的区别,包括消息映射和字符串的处理。通过比较,可以使大家更好的在Visual Studio下进行编程-This is a model to establish dialog works. It is not too difficult, for beginners. However, the code fe
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:3.46mb
    • 提供者:王佳明
  1. CDynamicDialogWithoutTemplate

    0下载:
  2. Visual c++例子,可不使用常规的对话框资源模板的情况下,动态创建对话框的方法。该方法可以在运行时在内存中直接建立对话框资源,使用起来更为灵活。适用于多个开发项目共享有界面的公用程序模块的情况,也适用于编写需要显示大量对话框或对话框风格随着用户输入不断变化的应用程序。-Visual c example, but the use of conventional resources of the dialog template circumstances, Dynamic creation o
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:40.7kb
    • 提供者:gwq
  1. Painbox

    0下载:
  2. Painbox控件在C++Builder是如何使用,可以参照这个小实例.其方式非常简单.-Painbox Control in C Builder is used. can refer to this small example. its approach is very simple.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:368.32kb
    • 提供者:lzh
  1. Csharpexample_list-4238

    0下载:
  2. 《C#编程典型实例解析》-源代码-4238.内容丰富,有利于自学。大家可以随便下载-"C# Programming typical example of analytic" - source code -4238. Rich in content and is conducive to self-learning. We can easily download
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:9.49mb
    • 提供者:张盼来
  1. dlgsplashscring

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

    • 发布日期:2008-10-13
    • 文件大小:121.47kb
    • 提供者:啊啊啊
  1. 时钟11

    0下载:
  2. 时钟 时钟我做的小事中,可以实现基本功能-clock c lock I do the little things, can achieve a basic function
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:44.71kb
    • 提供者:谢亮
  1. 美妙的清屏方式

    0下载:
  2. 问题的提出:我们在编制程序时,经常要用到清屏处理,如dos下的cls,Turbo C下的clrscr()等都具有清屏功能,但这些均为一般意义的清屏, 并未显示其清屏规律.而有时为了达到清屏的艺术美观,往往对清屏有一些具体要求,如:开幕清屏 闭幕清屏 上清屏 下清屏 中清屏.为此,这里 用C语言编制了几个子函数,用于程序中时,既可达到清屏的目的,有能增加屏幕的艺术美观. 子函数及演示程序:-the problem : we in the preparation of procedures, reg
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:3.31kb
    • 提供者:王月
  1. appbar_project.zip

    1下载:
  2. 用c++实现的类似苹果那样 的顶端有工具栏,窗口界面和不错,大家可以看看,Using c++ implementation are similar to Apple as the top of the toolbar, the window interface and good, we can look at
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:87.43kb
    • 提供者:武林至尊
  1. VC++实现QQ界面绝对经典

    0下载:
  2. Visual C++平台下编的仿qq界面,有需要了解windows编程的朋友可以参考-Visual C++ platform series of imitation qq interface, there is need to understand the windows programming friends can refer to
  3. 所属分类:对话框与窗口

    • 发布日期:2017-04-09
    • 文件大小:2.84mb
    • 提供者:Fu
  1. MFCcalculator

    0下载:
  2. MFC简单计算器,在visual c++环境下编写,可以进行简单的加减乘除运算。-MFC simple calculator,you can use it count,for example add and so on,thank you for using,it can help you a lot 。
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1.49mb
    • 提供者:zhouw
  1. Csharp

    0下载:
  2. c#水纹效果 绝对可以运行 鼠标点击 水纹效果-the absolute effect of c# Watermark Watermark effect of mouse clicks you can run
  3. 所属分类:Dialog_Window

    • 发布日期:
    • 文件大小:161.9kb
    • 提供者:
  1. STL-opentree

    0下载:
  2. 精美的界面设计,Microsoft Visual C++ 6.0编写,可以用2005,2008什么的打开-Elegant interface design, Microsoft Visual C++ 6.0 to prepare, can be used to open what 2005,2008
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:988.61kb
    • 提供者:lincoln
  1. dlgResizer_demo

    0下载:
  2. You can use this demo to resize your dialog, It is simple,don t need to resize every control,just a Init function and a OnZie function .
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-07
    • 文件大小:65.78kb
    • 提供者:sye85
  1. C++不错VirtualKeyboard1.2

    0下载:
  2. VC 开发的屏幕软键盘程序,可以在文档中输入字符。(VC development of the screen soft keyboard program, you can enter characters in the document.)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-15
    • 文件大小:4.26mb
    • 提供者:Tercel_fly
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com