[C#/PDA]PDA에서 바로가기 아이콘 만들기 예제 대부분 바로가기는 CAB 파일 생성 시 대부분 작업을 해줍니다. 그러나 혹시 프로그램적으로 해야 할 경우에는 아래의 API를 이용해 바로가기를 생성할 수 있으니 참고하세요. using System.Runtime.InteropServices; [DllImport("coredll.dll", EntryPoint = "SHCreateShortcut")] static extern void SHCreateShortcut(string shortcut,.. C# 2016.01.21