본문 바로가기

컴퓨터 과학 & 영상처리 관련/C# / .NET / JAVA

작업 표시줄 깜빡거리게 하기 + 폴더 열기

출처 :  http://blog.naver.com/aeonhawk/140149984675

 

using System.Runtime.InteropServices;


namespace FlashWin

{

    public partial class MainForm : Form

    {

        [DllImport("user32")]

        private static extern int FlashWindow(System.IntPtr hWnd, int bInvert);
}

}
1로주면 되드라

 

 

 

 

폴더 열기

System.Diagnostics.Process.Start("explorer.exe", fbd.SelectedPath); ///폴더 열기