항상 위 효과 내기

it/VB 2003/07/18 17:37 Posted by newtype
'항상 위
   SetWindowPos Me.hwnd, -1, 0, 0, 0, 0, 3

'항상 위  해제
   SetWindowPos Me.hwnd, -2, 0, 0, 0, 0, 3