登录
首页 » Dialog_Window » the source code can be achieved using VC square windows that function, we hope t...

the source code can be achieved using VC square windows that function, we hope t...

于 2022-04-14 发布 文件大小:136.75 kB
0 144
下载积分: 2 下载次数: 1

代码说明:

该源代码可以实现利用VC++实现异形窗口这一功能,希望对大家有所帮助-the source code can be achieved using VC square windows that function, we hope to help

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • window example, we often need to split views, it provides a good example
    动态切分窗口的例子,大家常常需要将视图分割,这里提供一个很好的例子-window example, we often need to split views, it provides a good example
    2022-05-26 10:12:38下载
    积分:1
  • A popup window containing a progress Contr ol and cancel button
    A popup window containing a progress control and cancel button - no resource file ne-A popup window containing a progress Contr ol and cancel button-no resource file ne
    2022-10-12 13:25:02下载
    积分:1
  • windows编程基础程序。创建windows窗口和基本绘图。
    windows编程基础程序。创建windows窗口和基本绘图。-the basis of windows programming procedures. Create a windows window and basic graphics.
    2022-01-27 18:31:50下载
    积分:1
  • 一个Wizard的例子
    一个Wizard的例子--An example of Wizard
    2022-08-10 02:30:16下载
    积分:1
  • VC开发的时钟动画, 可以学习一下。
    VC开发的时钟动画, 可以学习一下。-development of the VC clock animation, we can learn from this.
    2022-01-26 01:01:07下载
    积分:1
  • <Visual C++系统开发实例精粹>源码
    源码
    2022-09-30 14:30:03下载
    积分:1
  • 一个使对话框能够被切分的类,可以很容易的制作出漂亮可任意拖动的界面....
    一个使对话框能够被切分的类,可以很容易的制作出漂亮可任意拖动的界面.-a dialog can be so splitting the category, could easily be produced pretty arbitrary drag interface.
    2023-07-30 19:35:03下载
    积分:1
  • 一个改变标题栏和滚动条颜色的例子
    一个改变标题栏和滚动条颜色的例子--The example of changing title bar and the color of scroll bar
    2022-01-27 17:21:57下载
    积分:1
  • 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_D...
    一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::OnPaint() //一定要去掉该句 CPaintDC dc(this) //对话框的dc CDC dcMem dcMem.CreateCompatibleDC(&dc) //创建与对话框dc兼容的内存dc CRect rect GetClientRect(&rect) BITMAP bitMap m_bmpBackground.GetBitmap(&bitMap) CBitmap *pbmpOld=dcMem.SelectObject(&m_bmpBackground) //将背景位图选入内存dc中 dc.StretchBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,bitMap.bmWidth,bitMap.bmHeight,SRCCOPY) //将内存dc中的位图拉伸显示在对话框的dc中 //dc.BitBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,SRCCOPY) } } -a gorgeous interface to use a method : ModifyStyle (WS_CAPTION, WS_MINIMIZEBOX. SWP_DRAWFRAME)// Settings icon two ways : not above, However, to remove the title attribute dialog void CPageDlg : : OnPaint () (if (IsIconic ()) (...) e
    2022-08-21 14:24:22下载
    积分:1
  • java是一种简单、对象
    Java语言是一个简单的、面向对象的、分布的、解释(执行)的、健壮的、安全的、独立于平台的、可移植的、可扩展的、高性能的、多线程的以及动态的程序设计语言。Java是由C++发展而来的,它是一种彻底的纯面向对象的程序设计语言。面向对象的语言四大特点:1.封装 2.继承 3.多态 4.动态。面向对象技术较好地适应了当今软件开发过程中新出现的种种传统面向过程语言所不能处理的问题。面向对象技术的核心是以更接近于人类思维的方式建立计算机逻辑模型,它利用类和对象的机制将数据与其上的操作封装在一起,并通过统一的接口与外界交互,使反映现实世界实体的各个类在程序中能够独立、自治、继承;这种方法非常有利于提高程序的可维护性和可重用性,使得面向过程语言难于操纵的大规模软件可以很方便的创建、使用和维护。为了与C语言兼容,其中还包含了一些面向过程的成分;Java去除了C++中非面向过程的部分,其程序编写过程就是设计、实现类,定义其属性、行为的过程。所以我们要学好java,但是一学期学到的东西毕竟有限,要学好还要花大量的时间和精力,不是一下子就可以学好的。下面就对我作的小程序进行分析-Java is a simple, object-oriented, distributed, the interpretation of (Executive), robust, secure, platform-independent, portable, scalable, high-performance, multi-threading and dynamic programming language. Java was developed from the C, it is a completely pure object-oriented programming language. Object-oriented languages four major characteristics : 1. Packaging 2. Inheritance 3. Four more states. Dynamic. Object-oriented technology to better adapt to today"s software development process for the var
    2022-04-12 10:50:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载