-
mp3compressor
MP3压缩机,希望有人能拿到
- 2022-01-27 23:19:18下载
- 积分:1
-
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和...
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
-MFC+5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
- 2022-02-13 03:43:27下载
- 积分:1
-
默认情况下,CMenu不带图标,但在很多应用程序中菜单都带有很漂亮图标...
默认情况下,CMenu不带图标,但在很多应用程序中菜单都带有很漂亮图标-By default, CMenu without icons, but in many applications with a very beautiful menu icon
- 2022-02-26 15:17:59下载
- 积分:1
-
仅仅是一个带进度条的简单对话框
仅仅是一个带进度条的简单对话框-A Dialog which contains progress bar
- 2022-02-24 22:30:09下载
- 积分:1
-
异开窗口,实现像NetPhone一样的窗体
异开窗口,实现像NetPhone一样的窗体-varies open window and realizing the same as NetPhone Form
- 2023-03-29 17:45:03下载
- 积分:1
-
一个带可加载图片的菜单
一个带可加载图片的菜单-a belt can be loaded Photo menu
- 2023-04-26 20:40:03下载
- 积分:1
-
自定义button的实现
还在纠结Button样式太单调吗?
此Code提供三种修改button形状的方法!
让你的button炫起来吧!
- 2022-03-19 23:35:23下载
- 积分:1
-
其一appointmant申请医生让appointmantants
任命应用程序
- 2023-01-06 13:45:03下载
- 积分:1
-
用BC++动态显示动画技术
用BC++动态显示动画技术-with dynamic display animation technology
- 2022-07-27 18:09:16下载
- 积分:1
-
java swing 上传文件源码
package test;
import java.awt.FlowLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFileChooser;
import javax.swing.JFrame;
public class Win extends JFrame {
JButton jb = new JButton("上传");
public Win() {
jb.addAction
- 2022-03-25 22:46:16下载
- 积分:1