-
win32+API
很好的学习VC的东西,包含很多函数的说明,大家可以下下来(VC learning good things, including a lot of functions that we can under the down)
- 2009-01-03 01:09:01下载
- 积分:1
-
VC 6.0 在程序中使用Calendar月历控件
VC 6.0 在程序中使用月历控件,其实和日历插件差不多,核心是调用Windows系统的Calendar,做了些功能的自定义。
实现月历控件的部分设置代码:
m_MonthCalCtrl.SetColor(MCSC_TITLETEXT,RGB(0,128,128));//设置标题条上的文本颜色
m_MonthCalCtrl.SetColor(MCSC_TITLEBK,RGB(178,178,0));//设置标题条背景颜色
m_MonthCalCtrl.SetFirstDayOfWeek(0);//设置星期一为一周的开始
//设置日期
void CCalendarDlg::OnSetToday()
{
//更新变量
UpdateData(TRUE);
//构造日期变量
CTime tm(m_nYear,m_nMonth,m_nDay,0,0,0);
m_MonthCalCtrl.SetCurSel(tm);//设置当前日期
}
- 2023-08-04 01:15:03下载
- 积分:1
-
VC
- 2022-10-24 22:10:03下载
- 积分:1
-
CPPCodingStandard
pdf版 电子书 C++CodingStandard.pdf
分享分享
欢迎分享下载(pdf version of the book C++ CodingStandard.pdf
Share welcome)
- 2011-12-05 20:08:24下载
- 积分:1
-
毫秒级定时器 VC范例及源码
VC++编写的毫秒级定时器实例,上一次的终止值变成新的起始值,发送消息通知对话框该更新时间了。
//更新时间
void CMilliSecondDlg::OnUpdateTime()
{
struct _timeb timebuffer;
char *timeline;
//获得毫秒级的时间
_ftime( &timebuffer );
timeline = ctime(&(timebuffer.time));
//格式化时间
m_strTime.Format("当前时间是:%.19s.%hu %s", timeline, timebuffer.millitm, &timeline[20]);
UpdateData(FALSE);
}
- 2023-05-15 18:00:02下载
- 积分:1
-
High-quality_programming_guide
高质量C++编程指南,让你养成良好的编程习惯,使得编写的程序简洁、高效!
(High quality c++ programming guide, let you develop good programming habits, makes the program is simple and efficient!
)
- 2016-04-01 11:37:24下载
- 积分:1
-
Internetdisk
C++.NET网络与通信高级编程范例》光盘(C++.NET disk)
- 2009-12-10 14:16:59下载
- 积分:1
-
c++
说明: c++简明教程。
还在为看不懂c++书籍烦恼吗?有了这本书,c++不再难!(c++ Concise Guide. Still can not read c++ Books trouble? With this book, c++ Not difficult!)
- 2008-11-26 23:53:30下载
- 积分:1
-
XYDispDriver
在vc中简化调用com组件,极其方便(simplification of the vc call com components, extremely convenient)
- 2005-03-05 05:20:40下载
- 积分:1
-
C++-primer-第五版课后习题答案(完整版)
c++ primer 第五版答案,附有源代码+答案解析(C++ primer fifth edition answer)
- 2018-10-14 10:37:26下载
- 积分:1