3.1 changes
This commit is contained in:
@@ -8,6 +8,9 @@ public static extern IntPtr GetConsoleWindow();
|
||||
[DllImport("user32.dll")]
|
||||
public static extern bool ShowWindow(IntPtr hWnd, Int32 nCmdShow);
|
||||
|
||||
[DllImport("user32.dll")]
|
||||
public static extern bool SetForegroundWindow(IntPtr hWnd);
|
||||
|
||||
[DllImport("kernel32.dll", SetLastError = true)]
|
||||
public static extern bool SetConsoleIcon(IntPtr hIcon);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user