10 2023 档案
摘要:internal class Program { static string configDir = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "WallpaperServic
阅读全文
摘要:#region 在Alt+Tab中使窗口不可见 // 定义用于修改窗口样式的常量 private const int GWL_EXSTYLE = -20; private const int WS_EX_TOOLWINDOW = 0x00000080; // 导入 Windows API 函数 [D
阅读全文