code:
<Control xsi:type="RichEditControl" Id="EdtDpDir" Visible="false">
code:
function ControlShow(PlusWnd, sControlId, bState) {
var hCtrl = PlusWnd.GetControlHandle(sControlId);
if (bState == 1){ bState = 5 }
var r = Interop.Call("User32", "ShowWindow", hCtrl, bState)
Debug.Trace("TEST ControlShow: " +sControlId+ " " +bState+ ' ' +r)
return r;
}
code:
TEST ControlShow: EdtDpDir 0 16
ok i move little bit the window after i let the button left the richedit reappear and no TEST ControlShow: EdtDpDir 5 16 (5 for show) in debugwindow so im sure its a bug from msgplus.
see picture follow:
![[Image: Error.PNG]](http://pages.videotron.com/flash22/Error.PNG)