-
VC中常用的CListCtrl控件,该代码的功能主要是实现查询,功能不是很强,但代码的思想具有很强的参考,很有实用价值....
VC中常用的CListCtrl控件,该代码的功能主要是实现查询,功能不是很强,但代码的思想具有很强的参考,很有实用价值.-VC common CListCtrl Control, the main function of the code is to achieve inquiries function is not very strong, but the code has a strong ideological reference for the very practical value.
- 2023-02-23 11:25:04下载
- 积分:1
-
学生成绩管理系统
有管理员、教师和学生三种用户
每种用户都有自己的界面
管理员可设置初始密码和创建账户以及开课
教师可以录入成绩
学生可以查...
学生成绩管理系统
有管理员、教师和学生三种用户
每种用户都有自己的界面
管理员可设置初始密码和创建账户以及开课
教师可以录入成绩
学生可以查看成绩-Three kinds of users: administrators, teachers and students
they all have their own interface
- 2022-06-19 06:32:20下载
- 积分:1
-
VC 线程控件,方便易用,美观
VC 线程控件,方便易用,美观 -VC-thread control, user-friendly, visual VC-thread control, user-friendly, visual
- 2022-03-10 08:19:47下载
- 积分:1
-
Duilib窗体增加阴影效果
应用背景用于在Duilib界面库产生的窗体周围添加阴影效果关键技术1. 在要添加阴影效果的窗体类中包含WndShadow的头文件,并创建对应类型的成员变量m_WndShadow。
2. 在WinMain处添加初始化
// Initiation of the shadow
CWndShadow::Initialize(hInstance);
3. 窗体OnCreate中设置
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
LONG styleValue = ::GetWindowLong(*this, GWL_STYLE);
styleValue &= ~WS_CAPTION;
::SetWindowLong(*this, GWL_STYLE, styleValue | WS_CLIPSIBLINGS | WS_CLIPCHILDREN);
m_WndShadow.Create(m_hWnd);
m_WndShadow.SetSize(4);
m_WndShadow.SetPosition(0, 0);
//blablabla....
return 0;
}
说明:此处为了更清除的看到窗体边框阴影效果,我将调用的地方原来的m_WndShadow.SetSize(4);改为
了m_WndShadow.SetSize(15);正常情况下,Size设置为4的效果即可。
- 2022-06-18 09:40:40下载
- 积分:1
-
c# prepared using the procedure, the main function is to skillfully master the u...
这是一个用c#编写的程序,主要功能是熟练掌握数组的使用-c# prepared using the procedure, the main function is to skillfully master the use of arrays
- 2022-02-02 06:21:32下载
- 积分:1
-
控制网络的使用,能够加上地址、查找、删除等
ip控件的使用, 能实现ip地址的添加,查找,删除-ip control the use, able to add ip address, search, delete, etc.
- 2023-05-21 21:40:03下载
- 积分:1
-
statement : code collection site on the Internet (except members of site works)....
声明:
本站代码收集于互联网(除本站成员作品外)。
1.本站所有代码的版权归原作者所有,如果你使用了在本站下载的源代码,引起的一切纷争与本站无关,中国代码网只为提供大家学习交流场所。
2.若本站在代码上有侵权之处请您与站长联系,站长会及时更正。-statement : code collection site on the Internet (except members of site works). 1. Retrieved code all excited, the original author, if you use the site to download the source code, all disputes arising from the site has nothing to do with China"s network code only for the provision of places we study exchanges. 2. If the site is infringing code between you and the chief liaison station will be timely corrected.
- 2022-03-10 07:44:26下载
- 积分:1
-
Aviation system interface programming. All of the students, please download the...
航空系统的界面编程。所有华工的学生请下载,不过现在这是界面,里面密钥响应事件编程!-Aviation system interface programming. All of the students, please download the Chinese laborers, but now it" s interface, which key is programmed to respond to the event!
- 2022-03-17 08:50:40下载
- 积分:1
-
这是一个功能强大的类似cooledit的源代码,非常有价值.
这是一个功能强大的类似cooledit的源代码,非常有价值.-This is similar cooledit a powerful source code is extremely valuable.
- 2023-03-28 08:50:04下载
- 积分:1
-
相信每个应用程序都需要一个进度条来显示数据是否加载完毕.这个例子就是用C#编写的自定义进度条控件....
相信每个应用程序都需要一个进度条来显示数据是否加载完毕.这个例子就是用C#编写的自定义进度条控件.-Believe that every application needs a progress bar to display the data is loaded. This example is written in C# using a custom progress bar control.
- 2022-03-24 11:48:57下载
- 积分:1