第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

請問wince中如何隱藏/禁用開始菜單?

請問wince中如何隱藏/禁用開始菜單?

API
幕布斯6054654 2018-08-03 14:11:24
wince中如何隱藏/禁用 開始菜單
查看完整描述

1 回答

?
千巷貓影

TA貢獻1829條經驗 獲得超7個贊

private static Rectangle winRectangle = new Rectangle();
public static bool SetFullScreen(bool fullscreen)
{
int Hwnd = 0;
Hwnd = CEBase.CommonApi.FindWindow("HHTaskBar", null);
if (Hwnd == 0) return false;
if (fullscreen)
{
CommonApi.ShowWindow(Hwnd, CommonApi.SW_HIDE);
Rectangle rectFull = Screen.PrimaryScreen.Bounds;
CommonApi.SystemParametersInfo(CommonApi.SPI_GETWORKAREA, 0, ref winRectangle, CommonApi.SPIF_UPDATEINIFILE);//get
CommonApi.SystemParametersInfo(CommonApi.SPI_SETWORKAREA, 0, ref rectFull, CommonApi.SPIF_UPDATEINIFILE);//set
}
else
{
CommonApi.ShowWindow(Hwnd, CommonApi.SW_SHOW);
CommonApi.SystemParametersInfo(CommonApi.SPI_SETWORKAREA, 0, ref winRectangle, CommonApi.SPIF_UPDATEINIFILE);
}
return true;
}

查看完整回答
反對 回復 2018-08-13
  • 1 回答
  • 0 關注
  • 755 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號