-
C#修改Windows电脑的计算机名
Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:
[DllImport("kernel32.dll")]
private static extern int SetComputerName(string ipComputerName);//重写API函数
private void Frm_Main_Load(object sender, EventArgs e)
{
Computer computer = new Computer();//创建计算机对象
textBox1.Text = computer.Name;//显示计算机名称
}
private void button1_Click(object sender, EventArgs e)
{
if (textBox2.Text == "")//判断计算机名称是否为空
{
MessageBox.Show("计算机名称不能为空!");
}
else
{
SetComputerName(textBox2.Text);//修改计算机名称
MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");
}
}
- 2022-03-07 15:38:03下载
- 积分:1
-
贪吃蛇 是一种意志的小游戏
贪吃蛇 是一种意志的小游戏 -Snake is a game of will
- 2022-06-16 09:32:36下载
- 积分:1
-
mysterious gift
神秘礼物——flash FOSS
- 2022-10-06 04:45:02下载
- 积分:1
-
不含积分环节的伺服系统,
对小车倒立摆的控制的matlab仿真程序...
不含积分环节的伺服系统,
对小车倒立摆的控制的matlab仿真程序-Non-integral part of the servo system, control of inverted pendulum car matlab simulation program
- 2023-05-30 21:40:03下载
- 积分:1
-
C源码C程序常用公共符号定义头文件
C源码C程序常用公共符号定义头文件-C source C procedures commonly used definition of the first public sign documents
- 2022-04-20 11:34:53下载
- 积分:1
-
一个很简单的windows程序,但特别有意思,使用到了很多的游戏编程知识!...
一个很简单的windows程序,但特别有意思,使用到了很多的游戏编程知识!-a very simple procedure windows, but particularly interesting, the use of a lot of games programming knowledge!
- 2023-07-06 08:35:03下载
- 积分:1
-
英文原版!非常适合从事Windows CE平台开发的工程师阅读!
英文原版!非常适合从事Windows CE平台开发的工程师阅读!-English original! Very suitable for the Windows CE platform development engineers to read!
- 2023-01-10 17:05:03下载
- 积分:1
-
VC++使用CHtmlView在对话框中显示HTML内容
VC++使用CHtmlView在对话框中调用显示HTML内容,本程序示例如何利用一个从CHtmlView派生的新类 CHtmlCtrl在对话框中(如about对话框)嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。 也可使用JavaScript和DHTML来实现同样的功能。
- 2022-01-26 07:35:42下载
- 积分:1
-
大部份单片机中,没有USB 主机,要读写U盘,不妨用SL811,扩展,代码OK
大部份单片机中,没有USB 主机,要读写U盘,不妨用SL811,扩展,代码OK-Most single-chip, there is no USB host, it is necessary to read and write U disk, may wish to use SL811, expansion, code OK
- 2022-07-15 19:43:02下载
- 积分:1
-
俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块...
俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 -Arix Tetris
- 2022-05-14 11:39:07下载
- 积分:1