-
自绘的gridctrl控件,实现了dialog和view两种用法
自绘的gridctrl控件,实现了dialog和view两种用法-Since the painting of the gridctrl controls to achieve the dialog and view two kinds of usage
- 2023-01-10 03:05:04下载
- 积分:1
-
MIS主界面框架源代码,包括Toolbar、StatusBar
等。开发语言pb10.5...
MIS主界面框架源代码,包括Toolbar、StatusBar
等。开发语言pb10.5-MIS main interface framework for source code, including the Toolbar, StatusBar, etc.. Development language pb10.5
- 2022-03-07 21:20:54下载
- 积分:1
-
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。-c++ programming interface 100 cases. n example of a programming interface on the inside, to digest it myself.
- 2022-05-13 16:31:32下载
- 积分:1
-
Interrupt Controller experimental Interrupt Controller experimental Interrupt Co...
中断控制器实验中断控制器实验中断控制器实验中断控制器实验中断控制器
- 2022-02-04 01:08:47下载
- 积分:1
-
C#socket编程
服务器端:主要有监听客户端连接信息listen()方法,发送数据包到客户端Send()方法、接受客户端发送的消息Receieve()方法,均采用异步回调的方式客户端:连接到服务器端、发送数据包到服务器端Send()方法、接受消息Receieve()方法,其中要区分客户端发来的消息与服务器发来的消息
- 2022-12-27 01:15:03下载
- 积分:1
-
一个非常实用的窗体加阴影的程序,有很多人提出的方法都比较麻烦,但是本程序中的方法非常方便,代码极其简单.不得不看....
一个非常实用的窗体加阴影的程序,有很多人提出的方法都比较麻烦,但是本程序中的方法非常方便,代码极其简单.不得不看.-Form a very useful increase in the shadow of the procedure, there are many ways people have too much trouble, but this process is very convenient, very simple code. Had to look at.
- 2022-02-14 02:20:00下载
- 积分:1
-
改变光标形状
改变光标形状
改变光标形状
改变光标形状-The cursor changes shape to change the cursor shape changes the cursor shape
- 2023-06-18 20:40:04下载
- 积分:1
-
鼠标动画,让鼠标具有动画效果,比如让鼠标上显示其他图标,
鼠标动画,让鼠标具有动画效果,比如让鼠标上显示其他图标,-Mouse animation, mouse animation effects, such as the mouse so that other icon,
- 2023-01-24 01:20:04下载
- 积分:1
-
一个功能强大的c++标尺控件,封装得很好,非常好用
一个功能强大的c++标尺控件,封装得很好,非常好用-A powerful c++ benchmark control, packaging very well, very easy to use
- 2022-02-20 09:02:35下载
- 积分:1
-
计算器
// calc-ui-model/Calc.java -- Fred Swartz// Level : Intermediate.// Structure : Three files: main, GUI (subclass of JFrame), logic.// Components: JButton, JTextField (right justified).// Containers: JFrame, several JPanels.// Layouts : BorderLayout to put the other panels together.// Two GridLayout panels for the buttons.// Listeners : One ActionListener which is shared by all// numeric key buttons. Similarly share// an ActionListener for all operator buttons.//
- 2022-10-18 16:20:03下载
- 积分:1