Windows/MFC
GetSafeHwnd 윈도우 핸들 얻기
aucd29
2013. 10. 2. 17:56
윈도우의 핸들를 얻기 위한 것
컨트롤 함수 m_Web.GetSafeHwnd(); 식으로 사용 가능하다.
[code]
this->GetSafeHwnd();[/code]
컨트롤 함수 m_Web.GetSafeHwnd(); 식으로 사용 가능하다.
[code]
this->GetSafeHwnd();[/code]