-
VCLSKIN, very good interface programming tools.
VCLSKIN,非常好的界面编程工具。-VCLSKIN, very good interface programming tools.
- 2022-01-25 17:11:24下载
- 积分:1
-
用java编的一个工资程序,可以实现职工的寻找,基本的资料、可打印出工资的清单等等。多多指教...
用java编的一个工资程序,可以实现职工的寻找,基本的资料、可打印出工资的清单等等。多多指教-with a series of wage procedures, workers can be achieved in the search for basic information, print out a list of wages and so on. Exhibitions!
- 2022-04-09 05:28:09下载
- 积分:1
-
高效数码管显示控件,能够显示正负号,能够显示小数点,可更改颜色,可以有两种显示方式。...
高效数码管显示控件,能够显示正负号,能够显示小数点,可更改颜色,可以有两种显示方式。-Efficient Digital Display Control, it will show positive and negative, it will show a decimal point, can change the color, there are two formats.
- 2022-06-11 22:24:43下载
- 积分:1
-
通过用户图形界面输入英文文章,统计英文文章中出现的英文单词个数,以分号,句号,冒号,省略号等标点符号进行分割...
通过用户图形界面输入英文文章,统计英文文章中出现的英文单词个数,以分号,句号,冒号,省略号等标点符号进行分割-Graphical interface through the user input the English articles, English articles statistics appear in the number of English words, a semicolon, full stop, colon, ellipsis, such as punctuation segmentation
- 2023-01-11 13:05:04下载
- 积分:1
-
jsp+access数据库
应用背景本代码是基于JSP+access数据库联合而发,是与access数据库相结合,意再此为JSP网页的技术成熟运用,熟能生巧,为广大的JSP爱好者提供资料。关键技术JSP(全称JavaServer Pages)是由Sun Microsystems公司倡导和许多公司参与共同创建的一种使软件开发者可以响应客户端请求,而动态生成HTML、XML或其他格式文档的Web网页的技术标准。JSP技术是以Java语言作为脚本语言的,JSP网页为整个服务器端的Java库单元提供了一个接口来服务于HTTP的应用程序。JSP使Java代码和特定的预定义动作可以嵌入到静态页面中。JSP句法增加了被称为JSP动作的XML标签,它们用来调用内建功能。
- 2022-01-26 14:42:27下载
- 积分:1
-
模拟 Windows 开机动态色带条... [代码性质] VC可重用代码段 [文件大小] 67K
模拟 Windows 开机动态色带条... [代码性质] VC可重用代码段 [文件大小] 67K- Simulates Windows to open the mobile condition inked ribbon
strip... [ code nature ] VC to be possible to entrust with heavy
responsibility the code section [ document size ] 67K
- 2023-01-31 07:45:03下载
- 积分:1
-
VC programming interface dynamically displays a variety of interface styles mode...
VC界面编程的动态显示多种模式的界面风格的示例程序,可以由工具条切换,示例为SDI。希望能给大家提供参考.-VC programming interface dynamically displays a variety of interface styles model examples of procedures, by the switching of the tools, for example SDI. We wanted to give a reference.
- 2023-08-11 00:25:03下载
- 积分:1
-
USkin是一套用于换肤的sdk。目前还在不断完善阶段。最终目标是提供对个人免费的换肤软件。...
USkin是一套用于换肤的sdk。目前还在不断完善阶段。最终目标是提供对个人免费的换肤软件。-USkin is a Eurocargo for the sdk. The current stage is constantly improving. The ultimate goal is to provide free of charge to individuals Eurocargo software.
- 2022-09-28 08:25:02下载
- 积分:1
-
在MFC网格控件使用组合框
Using comboboxes in the MFC Grid Control
Since I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box.
Previous methods of achieving this required that a new CGridCtrl derived class be created. With the new structure in the 2.X versions of CGridCtrl it s now a lot simpler. -Using comboboxes in the MFC Grid ControlSince I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box. Previous methods of achieving this required that a new CGri
- 2022-05-29 23:54:42下载
- 积分:1
-
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动...
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种:
手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制;
在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。
显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION
- 2022-08-06 00:41:04下载
- 积分:1