-
如果你用 MFC 编写过多文档界面(MDI)Windows 程序,那么肯定知道:如果父窗口标题为“PCaption”,子窗口标题为“CCaption”,那么每当...
如果你用 MFC 编写过多文档界面(MDI)Windows 程序,那么肯定知道:如果父窗口标题为“PCaption”,子窗口标题为“CCaption”,那么每当子窗口最大化并处于激活状态时,子窗口标题一般都会与父窗口标题合二为一,变成“PCaption-[CCaption]”。 这是一种 MDI 的默认行为。用 C# 编写多文档界面程序也不例外。很多用户都不喜欢这种缺省特性,往往想用定制的窗口标题取而代之。该例子示范如何在C#程序中定制和修改MDI应用的窗口标题。-If you use MFC prepared excessive document interface (MDI) Windows procedures, Well know for sure : If the father window entitled "PCaption" Subwindow entitled "CCaption," then maximize the window whenever son was in a state of activation, Subwindow heading generally patriarchal heading into one window, become "PCaption-[CCaption]." This is a MDI default behavior. C# prepared multi-document interface procedures are no exception. Many users do not like this default characteristics are often customized to use the title of the window replaced. The examples demonstrate how C# procedures customization and modification of MDI application"s window title.
- 2023-02-19 06:00:03下载
- 积分:1
-
Bricks is a computer game which is played by the single player at a time. In thi...
Bricks is a computer game which is played by the single player at a time. In this game a four layer of
bricks is there and you have to knock out the brick by the ball to get the point.
- 2022-03-21 13:44:29下载
- 积分:1
-
gentico种群的crecimeito算法
algoritmo gentico para el crecimeito de poblaciones
- 2022-07-08 11:28:17下载
- 积分:1
-
用Windows API创建一个窗体,从本质上理解Windows消息机制。
用Windows API创建一个窗体,从本质上理解Windows消息机制。-Windows API to create a window, from understanding the nature of the Windows message mechanism.
- 2022-11-04 08:25:03下载
- 积分:1
-
该程序计算组合的
this program calculates combination s
- 2022-05-28 00:28:40下载
- 积分:1
-
Somebody s Socket SMTP Sample Code
Somebody s Socket SMTP Sample Code
- 2022-04-22 01:13:49下载
- 积分:1
-
vc环境,模拟速度仪表盘
vc环境,模拟速度仪表盘-vc environment simulation speed dashboard
- 2022-04-02 01:01:59下载
- 积分:1
-
u_reg H”。
u_reg.h"
void Delay_MS(unsigned int ms)
void main()
{
asm(" STM #0000h,CLKMD ")
while(*CLKMD & 0x01 )
asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M
/* 40C7h:5*clkin =100M
30c7h:4*clkin =80M
20c7h:3*clkin =60M
10C7h:2*clkin =40M
*/
asm(" stm #4240h, SWWSR ")
//2 wait except for on-chip program 1
asm(" stm #00a0h, PMST ") //MP/MC = 0, IPTR = 001,ovly=0
asm(" stm #0802h, BSCR ")
asm(" STM #0h,IMR ")
while(1)
{
Delay_MS(500)
asm(" RSBX XF ")
Delay_MS(500)
asm(" SSBX XF ")
}
-sdqwd
- 2022-02-04 22:56:44下载
- 积分:1
-
Written with Delphi Gobang procedures, the need for winskindata controls,
用Delphi写的五子棋程序,需要winskindata控件,-Written with Delphi Gobang procedures, the need for winskindata controls,
- 2022-02-07 12:54:11下载
- 积分:1
-
实例63 通过内存映射实现Exe程序间的数据交换
实例63 通过内存映射实现Exe程序间的数据交换-Examples 63 through the memory mapping procedures Exe realize data exchange between
- 2022-02-24 20:37:35下载
- 积分:1