資源簡(jiǎn)介
C#隱藏任務(wù)欄
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;
namespace?Case08_1
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?const?int?SW_HIDE?=?0;??????//隱藏任務(wù)欄
????????private?const?int?SW_RESTORE?=?9;???//顯示任務(wù)欄
????????[DllImport(“user32.dll“)]
????????public?static?extern?int?ShowWindow(int?hwnd?int?nCmdShow);
????????[DllImport(“user32.dll“)]
????????public?static?extern?int?FindWindow(string?lpClassName?string?lpWindowName);
?????
????????private?void?Form1_Load(object?sender?EventArgs?e)
???????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
-----------?---------??----------?-----??----
???????????????147938????????????????????39
評(píng)論
共有 條評(píng)論