搜索资源列表
Code
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
buttonwnd
- 可以显示三态的按钮类,可调用其中的函数给其加载位图,三态位图是一个位图,鼠标放上去,鼠标up和鼠标down会加载不同的位图,有动态效果
XPButton
- 该项目主要就是CXPButton的DrawItem函数的重载。在DrawItem中重新新绘制了 按钮的各中状态时的显示效果。具体的实现代码中有大体的说明。-The project is mainly a function of the overloaded CXPButton the DrawItem. The DrawItem re-draw the button in all new state of the display. Concrete implementation of the
FullScreenMDI
- 创建窗口, 调用主窗口类的自定义函数EndFullScreen,退出全屏显示状态和调用主窗口类的自定义函数 FullScreen ,进入全屏显示状态。-Create a window, call the main window class custom function EndFullScreen exit the full screen to display status and call the main window class custom function FullScreen ent
flat_but
- CButtonST类公共接口函数 CButtonST::DrawBorder DWORD DrawBorder(BOOL bDrawBorder = TRUE, BOOL bRepaint = TRUE) 注释: 因为CButtonST的默认显示风格是平面按钮。调用此函数用来显示按钮边框。-CButtonST kind of public interface functions CButtonST:: DrawBorder DWORD DrawBorder (BOOL bDrawBorder =
draw1
- 编写应用程序,可以利用鼠标绘制矩形和圆形,具体功能要求如下: 1、 通过单击工具条按钮(或菜单项)选择绘制矩形或者圆形; 2、 绘制过程中要求实现橡皮线功能和重画(窗口改变的时候,已绘制的图形不能消失); 3、 程序中只能使用SetPixel绘图函数,不能使用其它绘图函数; 4、 [本功能选作]通过单击工具条按钮(或菜单项)显示对话框,让用户可以设置绘制图形的颜色(可以分别输入RGB三颜色分量)-Write applications that can use the mouse
console
- 头文件是一个C语言的控台类(其实是结构体). 主函数那边代码不超过100行. 写本控件的原因是:为了使显示调试信息更方便. 控台有个输入入口.现在还在完善中.(已是第二次上传这东西) 交流:itkdqwzero@163.com-The header file is a C language console class (structure) the main function side code does not exceed 100 lines.
MyJob
- 为了显示调试信息的方便,做了这个控件,用Message2Console函数向控件增加消息. 也可用SendMessage的方式向控件增加消息. 本MyBigJob只是为了测试这个控件. 这是我第三次上传这控件,改进了多个相同控件的兼容.(因为之前在响应函数里加了static) 这段代码是我学线程时做的. 线程方面学到的函数有:Sleep,WaitForSingleObject,SetEvent-To display debugging information
vb-transparent
- vb实现透明显示控制,不使用任何API函数,效果是相当不错的-vb achieve control transparent display, do not use any API function, the effect is quite good
Desdfsmo
- VB做的日历 使用日期提取函数调出系统时间,利用Label控件将日期显示在Form1窗体上;使用日历控件Calendar,修改相关属性,做成一个日历查询界面。具体操作时注意美观- VB do use the calendar function to extract the date to bring up the system time, use the Label control the date displayed on the Form1 form use the Calendar
DEMO
- MATLAB GUI交互式,实现按钮的功能,按下可以实现函数的图像显示。- MATLAB GUI交互式,实现按钮的功能,按下可以实现函数的图像显示。
界面1
- WinMain函数编写,调用WinSunProc显示第一个界面,相当于 Hello world!