摘要:
1 Windows窗口消息大全,全不全自己看 2 3 ////////////////////////////////////////////////////////////////////////// 4 #include "AFXPRIV.H"//消息值的定义来源 5 #include "Dde.h"//DDE消息值的定义来源 6 #include "C... 阅读全文
摘要:
1 /*【Edit控件】 2 一、换行: 3 . 将控件的属性设置为Mutilines->true; 4 . 将控件的另一个属性设置为Want return->true. 5 . 水平滚动条,控件属性设置为:Horizontal Scroll->TRUE 6 . 垂直滚动条,控件属... 阅读全文