2
現在我可以籠絡遊戲,但只有當他們是在窗口模式下,我只是借鑑TopMost
形式,並設置可點擊通:.NET籠絡全屏遊戲
//C++ .NET 4
private: System::Void Form1_Load(System::Object^ sender, System::EventArgs^ e) {
int initialStyle = GetWindowLong(this->Handle, -20);
SetWindowLong(this->Handle, -20, initialStyle | 0x80000 | 0x20);
}
但我不能如果遊戲在全屏運行,做到:(
我可以做全屏遊戲的東西嗎?(用C++如果可能的話)
問問自己:有人必須做些什麼來繪製你的繪畫... –