-
一个漂亮的界面
一个漂亮的界面,MFC制作的
使用方法
方法一:
ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ); //设置图标
方法二:
不用上面的,但是要去掉对话框的title属性
void CPageDlg::OnPaint()
{
if (IsIconic())
{
...
}
else
{
// CDialog::OnPaint(); //一定要去掉该句
CPaintDC dc(this); //对话框的dc
CDC dcMem;
&n
- 2022-03-30 05:13:23下载
- 积分:1
-
ASP
一些课件的ppt 可能有点简单 但还是有点帮助的(Ppt some courseware may be a bit simple but a little help)
- 2009-06-21 11:17:52下载
- 积分:1
-
CC2541固件代码
支持60s扫描未接入自动进入PM3模式
按键激活后进入PM2
- 2022-01-22 00:47:38下载
- 积分:1
-
sinwn
生成含有高斯噪声的正弦信号,C语言格式(Gaussian noise generated containing the sinusoidal signal, C language format)
- 2009-01-08 09:47:26下载
- 积分:1
-
copy-to-SD-Card
Keil C Cortex m3 programming SD card
- 2014-01-08 16:08:00下载
- 积分:1
-
趣味数字
一个搞笑游戏,其中的算法很有意思,大家可以下载后玩一玩,但界面很垃圾,希望大家帮忙改改.(a funny game, the algorithm is very interesting, you can download a play after play, but the interface is rubbish, we hope to help change it.)
- 2005-06-20 17:36:51下载
- 积分:1
-
ex21
说明: 当对话框窗口拖动变化时,相关控件Cedit的范围相应变化。(When the dialog box, drag the window changes, related to the scope of the corresponding control Cedit change.)
- 2008-10-18 23:10:41下载
- 积分:1
-
VirtualUSBComPort
AT91SRAM7 configuration file is very good very practical hope to help you. Learn each other and work together. Take out a Shared
- 2015-02-04 13:45:52下载
- 积分:1
-
HuffMan
实现hufman功能,能将任何输入的文本转化为二进制文件(Achieve hufman function, can enter text into any binary file)
- 2013-05-26 17:38:24下载
- 积分:1
-
SmartCar_C8T6_Prj (2)
说明: 使用AGV磁引导寻迹模块与STM32F103C8T6单片机制作的磁引导寻迹小车代码(Magnetically guided tracing car code made with AGV magnetic guided tracing module and STM32F103C8T6 microcontroller.)
- 2020-06-23 10:40:01下载
- 积分:1