상세 컨텐츠

본문 제목

test

C#

by 탑~! 2012. 2. 28. 01:53

본문

아래와 같이 하시면 특정 MDIChild를 항상top으로 유지하면서 다른 MDIChild를 선택해서 작업하실 수 있습니다.

 

 Public Declare Function SetParent Lib "user32" Alias "SetParent" (ByVal hWndChild As Integer, ByVal hWndNewParent As Integer) As Integer

 

With IamOnTop

    .MdiParent = Me

    .Show()

    SetParent(IamOnTop.Handle, Me.Handle)

End With


 

'C#' 카테고리의 다른 글

Windows Service 만들기  (0) 2012.02.28
항상 떠 있는 폼  (0) 2012.02.28
신뢰사이트 등록하기  (0) 2012.02.27
System Information  (0) 2012.02.15
Monitor size 구하기  (0) 2012.02.03

관련글 더보기