-
用VisualC++实现的Flat风格的滚动条。可以使得您的界面不再显得很突兀,具有较高的美观性。...
用VisualC++实现的Flat风格的滚动条。可以使得您的界面不再显得很突兀,具有较高的美观性。-achieved using Visual C Flat-style scroll. You can make the interface is no longer anything with a higher aesthetic.
- 2022-05-07 23:02:22下载
- 积分:1
-
一个JAVA做的浏览器,能够通过INTERNET网看到各种网页,和APPLET...
一个JAVA做的浏览器,能够通过INTERNET网看到各种网页,和APPLET- JAVA does the browser, can see each kind of homepage through
the INTERNET net, with APPLET
- 2022-07-24 03:24:02下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
good system, vc programming interface to achieve control of the use of tree
很好的系统,vc++ 界面编程,实现树型控件的使用-good system, vc programming interface to achieve control of the use of tree
- 2022-02-02 13:44:37下载
- 积分:1
-
这个是基于c++ builder 的界面编程的一些小程序,对于初学者很有用。...
这个是基于c++ builder 的界面编程的一些小程序,对于初学者很有用。-This is based on c++ builder programming interface to a number of small programs, useful for beginners.
- 2022-06-14 11:37:21下载
- 积分:1
-
example of the Church of the VC beginners how to use tree controls, easy to use
本例子将教会VC++初学者如何使用树形控件,简单易用-example of the Church of the VC beginners how to use tree controls, easy to use
- 2022-04-17 09:42:38下载
- 积分:1
-
可以闪烁的可以编辑状态显示,可以用于状态的闪烁,文字可以改变,通过安装Component导入到程序中...
可以闪烁的可以编辑状态显示,可以用于状态的闪烁,文字可以改变,通过安装Component导入到程序中-can edit the state, the state can be used for flashing, text can be changed through the introduction of the Component installation procedures
- 2022-01-25 21:46:25下载
- 积分:1
-
same ug second development is an example, typical of those initial development u...
同样是ug二次开发的例子,很典型,是那些初次开发ug 人学习的好例子-same ug second development is an example, typical of those initial development ug learn a good example Thank you
- 2022-06-14 06:10:55下载
- 积分:1
-
TAPI实现的电话拨号程序,可以有两种模式,普通拨打模式和语音模式,适合初学者参考。...
TAPI实现的电话拨号程序,可以有两种模式,普通拨打模式和语音模式,适合初学者参考。-TAPI achieve the telephone dial-up procedure, there are two models, ordinary Call patterns and voice patterns. for beginners reference.
- 2022-02-11 23:09:04下载
- 积分:1
-
研华采集卡程序
研华采集卡程序,定时器采集,
DMA方式的高速数据采集。DMA方式的数据传输可以节省CPU时间,提高数据传输速率,用于高速传输大量数据。
研华设备驱动支持事件处理机制,用户可以利用各种类型的事件来获得设备当前数据采集和传输的状态,在事件发生时做相应的操作。这种方式无需用户定时查询,提高了系统处理效率。
- 2022-03-03 02:57:42下载
- 积分:1