-
VC++矢量绘图程序 自己写的
VC++矢量绘图程序 自己写的-VC++ Vector drawing program written in their own
- 2022-04-28 10:44:09下载
- 积分:1
-
VB at the time of the study, to achieve an electronic form, function is very sim...
在刚学习VB的时候,实现的一个电子表,功能很简单,但是很繁琐。-VB at the time of the study, to achieve an electronic form, function is very simple, but very cumbersome.
- 2022-02-20 09:24:35下载
- 积分:1
-
shellcontrols VCL Delphi项目
ShellControls vcl delphi project
- 2022-03-17 04:10:17下载
- 积分:1
-
如何创建程序的快捷方式! 可以参考这个例子
如何创建程序的快捷方式! 可以参考这个例子-procedures on how to create a shortcut! This can refer to examples
- 2023-08-05 11:40:03下载
- 积分:1
-
在程序中实现窗口的任意分割,就像Visual Studio或Windows所做的那样。...
在程序中实现窗口的任意分割,就像Visual Studio或Windows所做的那样。-procedures in achieving the arbitrary division of the window, like Visual Studio or Windows do.
- 2022-05-07 21:24:18下载
- 积分:1
-
similar to the management of resources, with a wide range of splitting the small...
类似于资源管理器的,具有多个切分窗口的小程序,可以播放音视频文件-similar to the management of resources, with a wide range of splitting the small window procedure that can play audio and video files
- 2022-12-02 04:10:03下载
- 积分:1
-
用VC编写的 XP风格界面
用VC编写的 XP风格界面-VC prepared XP style interface
- 2023-08-08 23:45:03下载
- 积分:1
-
读懂这个程序,可以在DOS下随心所欲的编写各种图形化菜单
读懂这个程序,可以在DOS下随心所欲的编写各种图形化菜单-understand the process, the DOS attained the preparation of various graphical menu!
- 2022-02-24 11:54:13下载
- 积分:1
-
Chu 2 DotNET Toolbox I work, often using some classes and functions, to facilita...
朱二DotNET工具箱
本人在工作中,经常会使用一些类和函数,为方便使用,特将部分代码整理分类,和朋友们分享。
代码中部分为原创,部分摘自互联网,时间长了,也搞不清除哪些是自己写的哪些不是,具体在每个文件中都做了说明。如涉及侵权,请即时联系小朱。
本人水平有限,源码中难免有所疏漏,请朋友多多指正,也欢迎来技术交流的朋友。
源码只供大家研究学习之用,请勿做它用,由此而产生的一切后果本人概不负责!-Chu 2 DotNET Toolbox I work, often using some classes and functions, to facilitate the use of some special code in order classification, and friends to share. The code part is original, some taken from the Internet, a long time, but also not quite sure what his addition to what is not written in concrete have done in each file are described. Involving infringement, please immediately contact小朱. I is limited, source of inevitable omissions, please friend lot of corrections, are also welcome to technical exchanges friends. Source only learning to use our study, do not do it with, all the consequences arising therefrom, I shall not be liable!
- 2023-02-02 10:35:04下载
- 积分: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