-
一个仿Windows XP的VC源码,可以做出自己的决定,这是描述。
一个仿XP窗口的VC++源码,可以自行修改,内有说明.-a fake windows XP VC source, can make its own decisions, which is described.
- 2022-03-31 08:41:10下载
- 积分:1
-
一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆。对于学习图像处理是个很好的入门...
一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆。对于学习图像处理是个很好的入门-a scribble from the MSDN improved procedures can draw straight lines, rectangle and oval. Learning image processing is a very good entry
- 2023-05-02 07:55:03下载
- 积分:1
-
PIC单片机beginners_book.pdf
pic microcontrollers for beginners_book.pdf
- 2023-08-21 17:10:04下载
- 积分:1
-
简单的windows控件编程,有点意思,自己的一些学习
简单的windows控件编程,有点意思,自己的一些学习-simple windows controls programming, a little bit mean, some of their own learning
- 2022-03-04 13:03:40下载
- 积分:1
-
将view显示为全屏方式的例子
将view显示为全屏方式的例子- View demonstration for entire screen way example
- 2022-02-02 16:33:32下载
- 积分: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
-
TicTacToe Main
Tic tac toe 游戏在 java 平台上开发。非常有趣的游戏。一个人可以使用这个游戏作为初学者的 java 项目。
- 2022-03-05 07:59:54下载
- 积分:1
-
Customizing the Appearance of CSliderCtrl Using Custom Draw is what I find onlin...
Customizing the Appearance of CSliderCtrl Using Custom Draw
是我在网上找的,版权归原作者所有。-Customizing the Appearance of CSliderCtrl Using Custom Draw is what I find online, and belongs to original author.
- 2023-02-14 23:35:04下载
- 积分:1
-
拖动无标题栏窗口,调用到API函数!
拖动无标题栏窗口,调用到API函数!-window title bar, to the API function calls!
- 2023-07-11 12:25:02下载
- 积分:1
-
邮件 anonymer
电子邮件匿名源代码项目由影
您可以发送电子邮件 anonymer fot 所有人。
- 2023-09-03 12:40:03下载
- 积分:1