-
简单的桌面时钟程序,实现了时钟显示和调整,以及时钟的外部画面。可以让初学VC的参考学习。...
简单的桌面时钟程序,实现了时钟显示和调整,以及时钟的外部画面。可以让初学VC的参考学习。-A simple desktop clock program to realize the clock display and adjustment, as well as the external screen clock. VC allows beginners to learn the reference.
- 2023-05-15 23:25:03下载
- 积分:1
-
在Window标题栏写title的两种方法的VC原代码
在Window标题栏写title的两种方法的VC原代码- Writes title in the Window title block two methods VC original
codes
- 2023-07-05 06:10:03下载
- 积分: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
-
书生下载3.0天地无用修改版
资源描述简介:
这个其实就是书生3.0。只是我改了一下版面而已,看起来好看些,呵呵 大家喜欢的话就下载一个回去吧.版权是书生的了
- 2023-08-18 01:25:03下载
- 积分:1
-
著名界面库cj60lib的源程序,这个界面库就不用我介绍了吧~
著名界面库cj60lib的源程序,这个界面库就不用我介绍了吧~-Cj60lib the famous library of the source interface, the interface library I would not have introduced it ~
- 2023-06-01 11:20:03下载
- 积分:1
-
基于C#的串口实现
基于C#的串口实现,适合学习,Windows窗体应用程序,也可以适当修改用于工程应用
- 2023-01-01 13:45:07下载
- 积分:1
-
C编程
#pragma一次
- 2022-05-26 03:08:59下载
- 积分:1
-
C# development objectlist and Its Application
用C#开发的链表类及其应用-C# development objectlist and Its Application
- 2022-06-14 03:56:08下载
- 积分:1
-
The use of GDI+ technology to draw a curve. This is a good curve, a friend in ne...
使用GDI+技术画出一条曲线。这是比较好的曲线,需要的朋友可以下载来参考一下。-The use of GDI+ technology to draw a curve. This is a good curve, a friend in need can be downloaded for reference.
- 2022-05-28 10:38:36下载
- 积分:1
-
很好的图表编程实例,适用于Delphi系统编程中新建图表等选项。...
很好的图表编程实例,适用于Delphi系统编程中新建图表等选项。-good graphics programming examples apply to Delphi Programming System new graphics options.
- 2022-06-29 14:20:49下载
- 积分:1