AndreyS 0 Posted September 15, 2010 Dear programmers, tell me how to hide the control that is created using the _GUICtrlRichEdit_Create? Function GUICtrlSetState with this control does not work and there is no analogue in the list of commands. Thanks! Share this post Link to post Share on other sites
Mat 376 Posted September 15, 2010 WinSetState($hRichEdit, "", @SW_HIDE) AutoIt Project Listing Share this post Link to post Share on other sites
AndreyS 0 Posted September 16, 2010 The specific way of course! But work! Thank you. Share this post Link to post Share on other sites