728x90
728x170

 

        string filePath = "그림파일위치";

 

        /// <summary>

        /// 그림판을 실행합니다.

        /// </summary>

        private void RunMSPaint()

        {

            ProcessStartInfo startInfo = new ProcessStartInfo(this.filePath);

            startInfo.Verb = "edit";

 

            Process.Start(startInfo);

        }

 

728x90
그리드형
Posted by kjun
,