-
俄罗斯方块 一个用vb2005编写的。请大家多多指教。
俄罗斯方块 一个用vb2005编写的。请大家多多指教。-Tetris one written using vb2005. Please exhibitions.
- 2022-06-28 05:39:38下载
- 积分:1
-
c
说明: 用于实现校际运动会管理的程序,主要功能就是实现校际运动会管理(Used to implement inter-school sports management program, the main function is to realize the inter-school sports management)
- 2011-07-10 14:58:02下载
- 积分:1
-
Visual C# 隐藏、显示开始按钮
C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:
[DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口
public static extern int FindWindow(string lpClassName, string lpWindowName);
[DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口
public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);
[DllImport("user32.dll")]//控制窗口的可见性
public static extern int ShowWindow(int hwnd, int nCmdShow);
private void button1_Click(object sender, EventArgs e)
{
if (radioButton1.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮
else if (radioButton2.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮
}
- 2022-05-20 11:42:02下载
- 积分:1
-
LoRaWAN Specification
说明: LoRaWAN官方协议栈, LoRaWAN官方协议栈(LoRaWAN Official Protocol Stack)
- 2020-06-16 12:40:02下载
- 积分:1
-
配电变XIANSHI CHENGXU !下拉界面,事件查询,控制操作,很好的
配电变XIANSHI CHENGXU !下拉界面,事件查询,控制操作,很好的-Variable distribution XIANSHI CHENGXU! Drop interface, the incident inquiries, control operation, very good
- 2022-04-25 18:24:14下载
- 积分:1
-
简单的ns2的tcl文件。
simple ns2 tcl file.
- 2022-07-26 11:43:32下载
- 积分:1
-
SJYX
说明: 在控制台界面实现游戏控制,属于射击游戏
运行时 界面要足够大 不要全屏 正常显示即可运行(In the console interface to control the game, shooting game is to run-time interface is large enough not to run full-screen display)
- 2008-09-20 21:52:14下载
- 积分:1
-
website
网站系统-一个建站好用的系统网站系统-一个建站好用的系统-website
- 2023-03-19 16:20:03下载
- 积分:1
-
这是我们老师给我们的软件工程的实验指导书
有详细的原代码和结果]
望大家喜欢...
这是我们老师给我们的软件工程的实验指导书
有详细的原代码和结果]
望大家喜欢-This is our teachers to our software engineering experiment detailed guidance on the original code and the results] hope you like
- 2023-05-22 02:45:03下载
- 积分:1
-
CalCulAtor
一个用csharp写的计算器程序,内容较简单,适合初学者(using csharp write calculator,easy for first study!!! )
- 2012-03-10 19:17:38下载
- 积分:1