
:arrow: cRichEdit - is very great, it's wonderfull Great Great Thank's
once I have added this REDIT to my window I seem to be having difficulty resizing it.
How can you resize or move it once added to the window without destroying and recreating the window?
:!: me too !, i have tested with :
GuiControl , Move, ahk_id %REdit1%, X50 Y50 W400 H200 ; OR GuiControl , Move, RichEdit20A, X50 Y50 W400 H200 ; OR GuiControl , Move, REdit1, X50 Y50 W400 H200 ; OR ControlMove , ahk_id %REdit1% , 50, 50, 400, 200, , ; OR> DESTROY AND REMAKE BUT NO NO! If (REdit1) { cRichEdit(ahk_id %REdit1%, "Destroy") If A_OSVersion = WIN_95 cGUI("1:Add:" . REparent1, REdit1, 50, 50, 400, 200, "RICHEDIT") Else cGUI("1:Add:" . REparent1, REdit1, 50, 50, 400, 200, "RichEdit20A") } ; don't Run!But don't run!
:?: ¿ AnyBody have a solution ?