-
python之贪吃蛇学英语
这是一个完整的用python 写的关于贪吃蛇学英语的代码,方便初学者学习python初级GUI的设计,当然,本代码也存在很多的不足支持,请大家见谅。注意:此代码仅供初学者使用,方便大家的学习,谢谢!
- 2022-05-19 11:15:01下载
- 积分:1
-
个性化提示框和firefox 一样风格托盘弹出通知框
个性化提示框和firefox 一样风格托盘弹出通知框-cutome dialog is so like firefox style
- 2022-02-20 21:13:09下载
- 积分:1
-
hexadecimal editor VC source revealed a total of three projects : Address, and h...
十六进制编辑器VC源码
共有三个显示项目:地址、十六进制代码和ascii码,还可以调节显示列数-hexadecimal editor VC source revealed a total of three projects : Address, and hexadecimal code ascii codes, but also can adjust a few shows out
- 2022-03-23 13:53:16下载
- 积分:1
-
数据库,QT,C++,
应用背景
QT做界面应用已经很广了,基于QT的数据库,对于初学者有一定的帮助,简单易懂,非常适合初学者,对于开拓界面开发的兴趣有很大的帮助,欢迎大家指正错误。
关键技术基于QT的数据库,对于对界面感兴趣的初学者来说,很有帮助,涉及了C++,QT,和数据库的相关知识,简单易懂,很实用
- 2022-05-27 03:05:02下载
- 积分:1
-
拖动无标题栏窗口,调用到API函数!
拖动无标题栏窗口,调用到API函数!-window title bar, to the API function calls!
- 2023-07-11 12:25:02下载
- 积分: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
-
超级联接控件(象html文件里的超级连接功能)
超级联接控件(象html文件里的超级连接功能)-Supper attach control
- 2022-10-21 09:00:03下载
- 积分:1
-
基于NET的扫雷
- 2022-05-08 14:35:09下载
- 积分:1
-
颜色设置的实现
颜色设置下拉框的实现,可以通过下来框选择不同的颜色-The realization of color settings drop-down box, you can down box to select a different color ...
- 2022-03-02 02:59:38下载
- 积分:1
-
这是一个实现LCD文字显示的好例程。其功能可以在界面上动态显示文字、图片,特别适合于给自己的界面添加点flash之类的东西。另外,可以与LED灯状态显示之类合在...
这是一个实现LCD文字显示的好例程。其功能可以在界面上动态显示文字、图片,特别适合于给自己的界面添加点flash之类的东西。另外,可以与LED灯状态显示之类合在一起,做下位机的上位机显示。-This is a text LCD display good routines. Its function in dynamic interface to display text, pictures, particularly suited to its own interface to add flash points such things. In addition, the LED lamps can state with such shows together and make a place for the PC display.
- 2023-01-04 03:50:03下载
- 积分:1