// Log 폴더 열기 private void btnOpenLog_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("explorer.exe", Application.StartupPath + "\\Log"); } // tistory 사이트 열기 private void btnOpenErrorLog_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start("explorer.exe", "www.tistory.com"); }
'c#' 카테고리의 다른 글
visualstudio 첫 셋팅 저장 (0) | 2020.05.20 |
---|---|
어디서인가 퍼온글... (0) | 2011.01.06 |
c# 폼의 중복실행 방지 (0) | 2010.08.17 |
c# DateTime에서 ToString으로 변환할때... (0) | 2010.08.10 |
c# 시리얼(Serial) 포트 연결정보 레지스트리에 저장하기 (0) | 2010.08.10 |