搜索资源列表
VC6_dialog
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of u
VirtualKey
- 该程序在界面上实现了一虚拟键盘,用于数据录入。通过编写一通用的消息处理函数,右每个按钮在触发时调用,从而简化了代码。程序中,改写了对话框的PreTranslateMessage方法,在该方法中判断是否触发了WM_LBUTTONDOWN,如果时则调用自定义的方法。-On the implementation process at the interface of a virtual keyboard for data entry. Through the preparation of a comm
ex_5_2
- 创建一个单文档的窗口,鼠标左键单击后,发出一个用户自定义消息,在对此消息响应函数响应后弹出一个对话框-Create a single document window, click the left mouse button, the user sends a custom message in the response function of the response to this message pop up a dialog box after
dlg_dyframewndView
- 用非常少的代价演示一个dlg程序调用另一个framewnd示例。(对于开发有导航界面的程序很有借鉴)注意:1要把自定义的CMyFrameWnd的构造函数的protected:改为public:;2.要创建一个菜单资源,否则CMyFrameWnd会创建失败。-a demo that used a little code to show a dlg programe new and call another framewnd with a view.
Agilent-E8257D-E8267D-V6.1
- 基于VC6.0的对话框编程程序,用到了基本API函数,对话框的基本功能和实现方法,自定义消息等。-Based the VC6.0 dialog programming procedure, use the basic API functions, the basic functionality of the dialog box and custom messages.
Lesson5
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-Grasp the CDC' s word processing program to write, how to generate custom fonts and custom caret, familiar with the use of CString class. Kara OK
transformcustom
- 半透明窗体,透明度可变的VC++窗体,滑块位置有变化时的响应函数促使窗体的透明度发生变化,实现自定义透明度的窗口。-Translucent windows, the variable transparency VC++ form, the position of the slider changes the response function to promote the transparency of the form changes, custom transparency window.
feimotaiduihuak
- 非模态对话框的创建比较复杂。下面介绍具体的方法: 首先,创建一个新的对话框资源,并新建一个类与之关联(用AppWizard); 其次,调用CDialog的默认构造函数来构造对话框对象(注意,创建的不是窗口),这一步在主框架窗口的构造函数中实现。 再次,调用CDialog::Create成员函数创建窗口,Create把资源ID作为参数,并且,在对话框窗口仍然在屏幕上显示时,就立刻返回控件。 最后,在关闭非模态对话框时,注意要调用DestroyWindow函数而不是CloseWind
CloseMsgBox
- QT自定义对话框,实现自定义对话框的定时关闭,并调用自己定义的槽函数实现相应功能。- QT Customize dialog box, implement a custom dialog box, time off, and call their definition of the slot function corresponding function.
MyMessage
- 基于MFC,添加自定义消息函数,实现两个对话框窗口之间的消息以及参数传递-Based on MFC, the realization of the two dialog window between the message and the parameter transfer