-
这个类实现字幕滚动效果,附带子程序。可以改变背景色、前景色,字体,设置滚动快慢等。这是一个不可多得的类。...
这个类实现字幕滚动效果,附带子程序。可以改变背景色、前景色,字体,设置滚动快慢等。这是一个不可多得的类。-subtitles rolling effect, fringe subroutine. Can change the background color, foreground color, fonts, set up a rolling speed. This is a rare category.
- 2022-07-10 16:33:44下载
- 积分:1
-
Click of a button, another dialog box pop Demo of the first step: add (Insert Di...
点击按钮,弹出另一个对话框的Demo
第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单!
第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog
第三步:在主对话框中为按钮添加函数。如下:
void CClickDialogDlg::OnButton1()
{
// TODO: Add your control notification handler code here
CDialog1 dlg
dlg.DoModal()
}
不要忘记#include "Dialog1.h"-Click of a button, another dialog box pop Demo of the first step: add (Insert Dialog) to the pop-up Dialog, according to their own needs can be designed interface, because I am a simple Demo, so very simple! Step two: add Dialog to add the establishment of a succession of DLG class, class CDialog1: public CDialog third step: in the main dialog box for the button to add the function. As follows: void CClickDialogDlg:: OnButton1 () (//TODO: Add your control notification handler code here CDialog1 dlg dlg.DoModal ()) do not forget# Include
- 2022-03-18 15:40:01下载
- 积分:1
-
窗体的分割原理以及原码
窗体的分割原理以及原码-Form principle of the division of the original code
- 2023-04-25 03:15:03下载
- 积分:1
-
大家知道消息只是从一个视图到另一个视图,而CBroadcaster可以广播消息到多个视图。
大家知道消息只是从一个视图到另一个视图,而CBroadcaster可以广播消息到多个视图。-we knew only from a view to another view, and can CBroadcaster broadcasting news of a number of View.
- 2023-03-30 04:50:03下载
- 积分:1
-
the View dialog box window and the use of the split window category
可以在对话框中和视图窗口使用分割窗口的类-the View dialog box window and the use of the split window category
- 2022-04-24 02:14:19下载
- 积分:1
-
Under the framework of a single document, click on the menu pop
在单文档框架下,点击菜单弹出非模态对话框,该对话框显示当前时间(使用CStaticTime类制作),对话框可随意拖拽。-Under the framework of a single document, click on the menu pop-up non-modal dialog box that displays the current time (using CStaticTime class production), the dialog box can easily drag and drop.
- 2022-06-27 01:50:52下载
- 积分:1
-
基于Visual basic电机驱动监控系统
基于Visual basic电机驱动监控系统-Visual basic motor drive based on the monitoring system
- 2022-03-13 15:58:54下载
- 积分:1
-
让任务栏图标弹出气球提示
让任务栏图标弹出气球提示-allow pop icon task bar balloon suggest
- 2022-01-25 20:00:32下载
- 积分:1
-
用VB为一个命令行压缩工具做的图形界面
由于主程序只支持汇编和VC程序压缩,所以本程序也只限于这两种程序的压缩,另外不支持双字节文件和含有非字母数字的文件名...
用VB为一个命令行压缩工具做的图形界面
由于主程序只支持汇编和VC程序压缩,所以本程序也只限于这两种程序的压缩,另外不支持双字节文件和含有非字母数字的文件名.-VB to a command line to do the compression tool GUI main program support only because of the compilation and compression procedures VC , the procedure is limited to the two procedures compression, Also not support double byte containing documents and non-alphanumeric characters in the file name.
- 2023-05-14 14:55:04下载
- 积分:1
-
自己做的分割窗体的小程序,可以给初学的朋友一个参考
自己做的分割窗体的小程序,可以给初学的朋友一个参考-own segmentation Form small procedure could give the novice a reference to a friend
- 2022-02-28 09:58:04下载
- 积分:1