-
[WPF] ShellExecuteC#/WPF 2023. 6. 9. 08:40
[DllImport("shell32")] private static extern IntPtr ShellExecute(IntPtr windowHandle, string operation, string filePath, string parameter, string directoryPath, int command);
ShellExecute(IntPtr.Zero, "open", Path.GetFullPath("RobotAsset.xgwx"), null, null, 4);
728x90'C# > WPF' 카테고리의 다른 글
[WPF] URL (0) 2023.06.13 [WPF]LoadingSpinner (0) 2023.06.13 [WPF] Platform (0) 2023.06.07 [WPF] PostBuildEvent (0) 2023.06.01 [WPF] Find Parent (0) 2023.05.31 댓글