아래와 같이 하시면 특정 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
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 |