-
谷歌访问助手_v2.3.0
说明: 可以使用此插件访问Google Account(Google Account , Google Search,)
- 2020-04-20 23:30:12下载
- 积分: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
-
CAP_16_qam_LMS_Rb16_secondorder_nyq_fastcode
LMS equalizatio for 16QAM-CAP with LED nonlinearity
- 2020-10-13 14:17:33下载
- 积分:1
-
员工管理系统WinForm版
说明: 窗体应用,仅供参考。
提供源代码说明,VS2015版本,对现在许多学生有用(Form Application
Provide source code instructions, VS2015 version, useful for many students today)
- 2020-06-18 08:00:02下载
- 积分:1
-
XK3190-A9LoadometerReader
XK3190-A9加地磅读数代码.地磅是一个小厂生产的,应项目需要而作,上传此代码以交换另一个地磅的代码(XK3190-A9+ Loadometer Reader )
- 2017-03-29 15:44:16下载
- 积分:1
-
利用simulink简历模块图进行机器人的单关节动力学仿真,rar内含说明文档1份,simulink模块图2份(内容一样,其一适于6.5以下版本,另一适于7.0...
利用simulink简历模块图进行机器人的单关节动力学仿真,rar内含说明文档1份,simulink模块图2份(内容一样,其一适于6.5以下版本,另一适于7.0以上版本),简单易懂。-use Simulink curriculum vitae module chart single-joint robot dynamics simulation. rar file a note containing copies Simulink map module 2 (content, One suitable for the following version 6.5, 7.0 more suitable for another version), the simple and understandable.
- 2022-06-12 19:12:28下载
- 积分:1
-
MifareOneTool-1.7.0
说明: MifareOne Tool(m1卡分析助手) v1.70(MifareOne Tool v1.70)
- 2019-12-15 10:33:28下载
- 积分:1
-
ABAQUS基础材料库—POLARIS_MAT_BASE_V1.0
Abaqus基础材料数据库,方便abaqus模型的建立(Abaqus Basic Material Database)
- 2021-02-04 12:19:58下载
- 积分:1
-
Goaf of Coal mine
说明: FLAC3D 煤矿采空区命令流用,FLAC 3D 模拟煤矿垮落法和充填开采影响的命令流。-(Command Flow in Goaf of FLAC3D Coal Mine .With FLAC3D simulation of coal caving method and the impact of mining backfill command stream.)
- 2021-03-19 12:29:18下载
- 积分:1
-
24*2发4黑中体 汉字库,以txt结尾但不是文本文件
24*2发4黑中体 汉字库,以txt结尾但不是文本文件-24* 2 4 black hair-Store, in the end txt but not text files
- 2022-04-10 15:20:49下载
- 积分:1