91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.05M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-14
  • 語(yǔ)言: C#
  • 標(biāo)簽: C#??c??任務(wù)欄??

資源簡(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)論

相關(guān)資源