출처 : 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); ///폴더 열기
'컴퓨터 과학 & 영상처리 관련 > C# / .NET / JAVA' 카테고리의 다른 글
종료 버튼 이벤트 처리하기 (0) | 2014.02.12 |
---|---|
쓰레드에서 리스트박스, 텍스트박스 등을 사용하여 디버깅 안될 때 (0) | 2014.02.10 |
c# 해당 폴더의 하위 폴더를 얻어오기 DirectoryInfo 클래스 (0) | 2013.04.22 |
c# 파일 크기 확인 (0) | 2012.12.07 |
c#에서 포인터 사용할때 (unsafe { }) (0) | 2012.10.15 |