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

搜索资源列表

  1. 让你的软件界面更漂亮二

    0下载:
  2. 我们知道Windows操作系统窗口风格基本上是一致的,微软的应用软件程序也和操作系统风格基本是统一的。所以使我们的CDialog 也跟其一样,要改变它的界面风格很困难。除非你对MFC了如指掌,甚至要了解操作系统内核。本人在摸索过程中经过无数次碰壁后,终于找到了希望。-Windows window style is basically the same, Microsoft's application software and operating system are the basic
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:95.95kb
    • 提供者:小小天职
  1. myfiledialogdemo

    0下载:
  2. 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法-achieve satisfactor
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:596.62kb
    • 提供者:hk
  1. XFontDialog_demo

    0下载:
  2. In one project I was involved in, we had to display font selection dialog. My Product Manager had some issues with MFC s CFontDialog. He is very focused on reducing support costs by simplifying user interface, to eliminate anything that might be conf
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:32.14kb
    • 提供者:高修成
  1. dlgcbr32

    0下载:
  2. 对各种窗口类的使用,,以及集中窗口类的集成的应用,对于初学者非常有用。希望对各位有用-there are some source about the window classes of MFC,it s very usefull for the begining,I hope can help you.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-24
    • 文件大小:29.48kb
    • 提供者:zhangqian
  1. VeHinhTron

    0下载:
  2. To draw circle in MFC. Inputting number s circle with color on dialog, after that program will draw circles consecutive with diameter equal.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3.86mb
    • 提供者:su
  1. EX9_1

    0下载:
  2. 利用MFC创建对话框,依据用户的输入完成基本的加减运算,并可以不断地扩充其他功能!-To use MFC to create dialog boxes, based on the user' s input to complete basic addition and subtraction operations, and can continue to expand other functions!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-14
    • 文件大小:3.41mb
    • 提供者:feige
  1. Compute

    0下载:
  2. 计算器雏形,没有做MFC,正在尝试用QT做界面-the simple computer with DOS.it s tring to use Qt making a GUI.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1.58mb
    • 提供者:leo
  1. DDB2

    0下载:
  2. 在MFC对话框中显示一幅图片,CBitmap类的使用,也就是设备无关位图的使用-show a picture using MFC dialog.It s about the application of class CBitmap,or we can say it s about the application of DDB
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1.79mb
    • 提供者:liyanjie
  1. duihuakuangdayinyulan

    0下载:
  2. 近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用起来感觉还可以,所以写出来大家一起修正一下吧,也许能给大家起点作用吧! 系统UI是基于对话框的,大家如果感觉不错可以进行自我修正! -Recently, I have developed a set of MIS using VC did not use MFC' s document view template, so in print something like that, then
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1.55mb
    • 提供者:罗云
  1. OpenFile

    0下载:
  2. 打开“Open”对话框,左边有一个Places Bar,要想让这个对话框出现,必须在::GetOpenFileName函数中传递OPENFILENAME结构,这个结构隐藏在MFC的CFileDialog类中-Open the " Open" Dialog Box, on the left have a Places Bar, to get this dialog box appears, you must:: GetOpenFileName transfer function
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-08
    • 文件大小:36.72kb
    • 提供者:chenliuzhang
  1. UseBrush

    0下载:
  2. 教你如何使用画刷,MFC里面的画刷,文件里面是相关的代码。-tell you how to use the brush of MFC,there s the relative code inside the file.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:25.34kb
    • 提供者:aking
  1. UsePen

    0下载:
  2. 教你如何使用Windows MFC画笔,里面是相关的代码和说明。-tell you how to use the Windows MFC pen,there s the relative code and note inside the file.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:26.46kb
    • 提供者:aking
  1. Coordinate3

    1下载:
  2. VC++ MFC绘制坐标系,串口通信,绘制曲线,有注释,基于MFC的dialogbased工程,关键词:MSCOM控件,CDC绘图,坐标系绘制,日期显示,动态显示曲线-VC++ MFC drawing coordinate system, serial communication, drawing curves, with notes, based on MFC' s dialogbased works Keywords: MSCOM control, CDC Graphics, coor
  3. 所属分类:Dialog_Window

    • 发布日期:2016-06-04
    • 文件大小:3.59mb
    • 提供者:麦志伟
  1. GunDong_ZiMu

    0下载:
  2. 这是一个基于MFC的滚动字幕的程序。两行字幕分别从右往左,从上往下滚动。-This is based on MFC' s marquee program. Two lines of subtitles are from right to left, from top to bottom scrolling.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1.8mb
    • 提供者:张保庆
  1. duihuakuang

    0下载:
  2. mfc实现对话框 c++的课堂作业 很简单的程序 希望能帮到有需要的人-mfc c++ to achieve the dialog box' s class work is very simple program hope to help people in need
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-01
    • 文件大小:13.3mb
    • 提供者:金鑫
  1. Line

    0下载:
  2. Vc6环境下画直线、画笔,在MFC的view下画成的。开始在MFC中学习画笔的执行-Vc6 environment, drawing a straight line, brush, paint in the MFC' s view into the next. Pen began to learn the implementation of MFC
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3.59mb
    • 提供者:liup
  1. MFC

    0下载:
  2. C++、MFC学习有关,深入浅出讲解MFC编程。-C++ MFC learn about in layman' s language to explain the MFC programming.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-06
    • 文件大小:1.27mb
    • 提供者:传奇诺
  1. ShutWindow

    0下载:
  2. 用MFC实现的关闭对话框小程序,在Visual Studio 上测试通过上测试通过-Close the dialog with MFC s applet on the Visual Studio test test
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:30.95kb
    • 提供者:yhm02797992768
  1. Lesson3Code

    0下载:
  2. MFC AppWizard的原理与MFC程序框架的剖析。Windows窗口与C++中的CWnd类的关系。-Analysis principles and procedural framework MFC AppWizard MFC s. Relations with C++ the Windows window CWnd class.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-27
    • 文件大小:44.99kb
    • 提供者:happy_pig
  1. LASTMTC

    0下载:
  2. 这是模仿Messagebox的采用vs2010开发的源代码,虽然写的很糟糕,但是基本上模仿出来了,目前在优化和加皮肤中。有问题发邮箱:herompalwan@126.com-some basic codes about how to make a MFC s messagebox,however the writing style of this demo is strongly not recommended!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-03
    • 文件大小:625.76kb
    • 提供者:azar
« 12 3 »
搜珍网 www.dssz.com