WPF에서 MainWindow HWND값이 필요한 경우, 아래와 같이 사용가능하다.



MainWindow mainWindow = Application.Current.MainWindow as MainWindow;



*출처 : http://zanim.tistory.com/entry/WPF-MainWindow-HWND-%EA%B0%80%EC%A0%B8%EC%98%A4%EA%B8%B0

'STUDY > WPF & C#' 카테고리의 다른 글

[C#] Unsafe code may only appear if compiling with /unsafe  (0) 2017.01.12

[Solution Explorer] => [Properties] => [Build]

check "Allow unsafe code"



'STUDY > WPF & C#' 카테고리의 다른 글

[WPF] get MainWindow HWND  (0) 2017.01.13

+ Recent posts