-
When you run a plain vanilla WTL wizard generated MDI application (WTL 3.1 and 7...
When you run a plain vanilla WTL wizard generated MDI application (WTL 3.1 and 7.0), you might have noticed that when you maximize an MDI child, then create a new MDI child, the children all go back to their "restored" state. What you d typically expect as a user is that the new child would be in the "maximized" state just like the last active child had been.
- 2023-03-26 06:30:03下载
- 积分:1
-
流程设计程序
资源描述
支持在视图上任意编辑图元,设置图元的属性等。可编辑的图元包括文字、图片、多边形等类似visio软件,但可以定义每个图元自己的属性。图元之间还可以结合使用。
// FlowcharterView.h : interface of the CFlowcharterView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_FLOWCHARTERVIEW_H__50CDD008_9534_443D_8161_E058963BE0B8__INCLUDED_)
#define AFX_FLOWCHARTERVIEW_H__50CDD008_9534_443D_8161_E058963BE0B8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "FlowchartEditor/FlowchartEditor.h"
class CFlowcharterView : public CView
{
protected: // create from serialization only
CFlowcharterView();
DECLARE_DYNCREATE(CFlowcharterView)
// Attributes
public:
CFlowcharterDoc* GetDocument();
// Operations
public:
- 2022-01-22 07:18:46下载
- 积分:1
-
Visual C++课程设计案例精编
Visual C++课程设计案例精编--画图1-Visual C cases intensive curriculum design series-- drawing a
- 2022-12-24 07:10:03下载
- 积分:1
-
本系统利用vc实现双机通信,利用计算机的串行接口实现文字及文件的传输,是一个不错的程序...
本系统利用vc实现双机通信,利用计算机的串行接口实现文字及文件的传输,是一个不错的程序-vc use of the system to achieve double-machine communications, using computer serial interface language and document transmission, it is a good procedure
- 2022-07-16 03:40:34下载
- 积分:1
-
image processing development kit, available in a very good VC program source cod...
图像处理开发包,找到的一个很不错VC程序源代码-image processing development kit, available in a very good VC program source code
- 2022-03-03 04:09:35下载
- 积分:1
-
use of information data exchange mechanism to achieve convenient and flexible ap...
利用消息机制实现数据交换实现方便、应用灵活,广泛应用于无须大量、频繁数据交换的内部进程通信系统之中。-use of information data exchange mechanism to achieve convenient and flexible applications, which are widely used without massive, frequent exchange of data in the internal process communications system.
- 2022-01-24 10:10:17下载
- 积分:1
-
按Ctrl+Alt+Del键找不到本程序
按Ctrl+Alt+Del键找不到本程序-by Ctrl Alt Del keys can not find this procedure
- 2022-03-04 19:15:57下载
- 积分:1
-
一个小巧的分散控件,可以设定扇叶数和转速,用在界面上会用意想不到的效果
一个小巧的分散控件,可以设定扇叶数和转速,用在界面上会用意想不到的效果- An exquisite disperser controls, may establish the fan blade
number and the rotational speed, uses meets the effect on the contact
surface which the intention could not think
- 2022-12-01 02:40:03下载
- 积分:1
-
测试净大师
测试净大师
- 2022-10-08 22:15:03下载
- 积分:1
-
基于C#操作注册表
应用背景Windows系统的注册表结构比较复杂,操作起来比较繁琐也带有一定的风险,为了提高系统的注册表的安全性和简易性,基于C# 语言的操作注册表就显得有必要了。关键技术C#对注册表操作进行了封装;对Windows注册表操作变得异常简单。本程序实现了对Putty注册表的创建,修改,删除等操作,是一个不错的应用范例。
- 2022-03-16 04:34:45下载
- 积分:1