Thanks, it is quite simple...
This is all I needed (from the MdiBack class):
VB Code:
Const swpFlags As Long = _ SWP_FRAMECHANGED Or SWP_NOMOVE Or _ SWP_NOZORDER Or SWP_NOSIZE Call SetWindowPos(Me.hWnd, 0, 0, 0, 0, 0, swpFlags)
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |