-
imitation of Windows graphics procedures, so that users understand the C# graphi...
仿Windows的绘图程序,使使用者了解C#中各种绘制图形的方法,以及自定义控件的制作方法-imitation of Windows graphics procedures, so that users understand the C# graphics rendering various methods, and method of making OCX
- 2022-05-05 08:35:06下载
- 积分:1
-
FTP服务器软件
经典实用,可以好好的学习FTP服务器软件的开发。不过,了解了其中的原理,设计做起来就非常的简单易懂。版权所有,仅供参考,谢谢大家实用!
- 2023-06-27 23:20:04下载
- 积分:1
-
Mfc Picture Thumbnail
这是一个基于cximage和mfc的clistctrl的缩略图实现。
- 2022-04-18 20:21:13下载
- 积分:1
-
Qt的监控仪表控件,简单实用美观
Qt的监控仪表控件,简单实用美观,将头文件和cpp文件包含进工程,即可实用。包含工控仪表常用控件。
内含详细例程,帮助快速入门。
- 2022-01-27 10:35:57下载
- 积分:1
-
vs7下显示DHTML内容的对话框,能够响应各种DHTML的事件。
vs7下显示DHTML内容的对话框,能够响应各种DHTML的事件。-3G shown DHTML content of the dialog box, DHTML to respond to the incident.
- 2022-01-25 22:24:09下载
- 积分:1
-
Delphi_JpegViewer
您可以采取 delphi 来创建、 查看、 修改 jpeg 文件。现在我们来解决我们不可以发展工具通过德尔福的 jpeg 文件。
此代码生成由专家,运行库版本: 1.1.4322.2503,
//
/ / 对此文件的更改可能会导致不正确的行为,如果将会丢失
/ / 重新生成代码。
请使用它的源代码直接,谢谢你。
- 2022-10-16 09:55:02下载
- 积分:1
-
自动隐藏任务栏,可以自动的隐藏任务栏,这是一个小程序,有时候还是比较有用的,能够启发思维...
自动隐藏任务栏,可以自动的隐藏任务栏,这是一个小程序,有时候还是比较有用的,能够启发思维-Auto-hide the taskbar to automatically hide the taskbar, this is a small program, and sometimes it is quite useful to be able to inspire thinking
- 2022-02-20 07:38:00下载
- 积分:1
-
基于GDI Plus的Image List类,支持PNG, Alpha, 反色等功能。可以在此类的基础上扩展更多功能。...
基于GDI Plus的Image List类,支持PNG, Alpha, 反色等功能。可以在此类的基础上扩展更多功能。-A image list class based on GDI plus.
- 2023-06-21 19:45:03下载
- 积分:1
-
一个把托盘的操作封装的很好的类。如果想要制作托盘效果,直接用它就行了。【转载】...
一个把托盘的操作封装的很好的类。如果想要制作托盘效果,直接用它就行了。【转载】-put a tray of the operation Packaging good category. If you want to produce results tray, the direct use it to the next stage. Reproduced--
- 2022-02-02 02:44:55下载
- 积分: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