登录
首页 » Dialog_Window » VC实现多视图分割,支持sdi,mdi

VC实现多视图分割,支持sdi,mdi

于 2022-12-02 发布 文件大小:16.22 kB
0 115
下载积分: 2 下载次数: 1

代码说明:

VC实现多视图分割,支持sdi,mdi-VC realize multi-view segmentation, support sdi, mdi

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

发表评论

0 个回复

  • 一个Bin文件生成工具,主要对VC基本控件使用!
    一个Bin文件生成工具,主要对VC基本控件使用!-a document generation tool, the main component of the basic use of VC!
    2023-05-14 22:15:03下载
    积分:1
  • 获得一个窗口位置,然后代码!
    get a windows position then code!
    2022-10-19 05:25:04下载
    积分:1
  • 问题的提出:我们在编制程序时,经常要用到清屏处理,如dos下的cls,Turbo C下的clrscr()等都具有清屏功能,但这些均为一般意义的清屏, 并未显示其...
    问题的提出:我们在编制程序时,经常要用到清屏处理,如dos下的cls,Turbo C下的clrscr()等都具有清屏功能,但这些均为一般意义的清屏, 并未显示其清屏规律.而有时为了达到清屏的艺术美观,往往对清屏有一些具体要求,如:开幕清屏 闭幕清屏 上清屏 下清屏 中清屏.为此,这里 用C语言编制了几个子函数,用于程序中时,既可达到清屏的目的,有能增加屏幕的艺术美观. 子函数及演示程序:-the problem : we in the preparation of procedures, regular use of the screen, such as the dos cls, Turbo C under the clrscr () so with the screen, but these are general sense of the screen does not show the screen law. And sometimes in order to achieve the screen beauty of art often on the screen that there are some specific requirements, such as : opening screen closing supernatant Ping-ping-ping under which the screen. To that end, here with C language several Functions for the procedure, can achieve the purpose of the screen, the screen will increase the artistic aesthetic. Functions and Demonstration Program :
    2022-08-09 18:16:14下载
    积分:1
  • 可以显示出信的进展情况,风险投资
    可以显示文字的进度条,VC-can show the progress of the letter, VC
    2022-07-16 13:40:48下载
    积分:1
  • 通过小动画程序编写实现,刚学编程…
    由java编写的实现动画的小程序,刚刚学编程,代码大家批判-prepared by the realization of the small animation process, just learning programming code we Criticism
    2022-02-03 22:47:06下载
    积分:1
  • 一个自己定义的listctrl,动态的嵌入editbox和CButtton,欢迎大家使用。...
    一个自己定义的listctrl,动态的嵌入editbox和CButtton,欢迎大家使用。-Own definition of a listctrl, dynamic embedded editbox and CButtton, welcome everyone to use.
    2023-07-13 02:55:02下载
    积分: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
  • Eight of the VC
    八皇后的VC图形演示,本程序基于对话框,可以设置不同的条件进行程序的运行!-Eight of the VC
    2023-03-11 18:15:03下载
    积分:1
  • vc标准控件的基本使用,是一套教材上的一个实例,我在学习过程中练手用的,对初学都对对话框和控件的运用有很大作用...
    vc标准控件的基本使用,是一套教材上的一个实例,我在学习过程中练手用的,对初学都对对话框和控件的运用有很大作用-vc standards controls the basic use is a textbook example of one, I in the process of learning to practice hand, are for beginners and dialog controls on the use of a significant role
    2023-08-07 15:15:04下载
    积分:1
  • a drawing program VC, simple graphics operation and actuating functions entruste...
    一个绘图程序VC,实现简单的绘图操作和托动功能,比较易懂。-a drawing program VC, simple graphics operation and actuating functions entrusted more comprehensible.
    2022-03-11 19:16:38下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载