主题:[ ] 里面加点内容到底什么意思啊? 还请高手来解答一下
[color=FF0000][DllImport("user32.dll")][/color] private static extern
bool SetForegroundWindow(IntPtr hWnd);
[color=FF0000][DllImport("user32.dll")][/color] private static extern
bool ShowWindowAsync(IntPtr hWnd, int nCmdShow);
[color=FF0000][DllImport("user32.dll")][/color] private static extern
bool IsIconic(IntPtr hWnd);
bool SetForegroundWindow(IntPtr hWnd);
[color=FF0000][DllImport("user32.dll")][/color] private static extern
bool ShowWindowAsync(IntPtr hWnd, int nCmdShow);
[color=FF0000][DllImport("user32.dll")][/color] private static extern
bool IsIconic(IntPtr hWnd);