O.P. RE: [Quesion] Plus window focus
So MsgPlus.CreateWnd(strFile, strWindowId, 2); creates a non-activated window.
But what if I create the window in advance with ....., 1);, and then use objPlusWnd.Visible = true; ?
The changing of the window property "Visible" to true gives the window the focus. How to show the window (and move it to top), but leave the focus in the window which had it before?
|