Kanade Posted April 8, 2022 Share Posted April 8, 2022 (edited) Hello im creating one log box form. Global $journal = GUICtrlCreateEdit("", 16, 32, 257, 329, BitOR($ES_READONLY,$ES_AUTOVSCROLL + $WS_VSCROLL)) GUICtrlSetData($journal, @HOUR & ":" & @MIN & ":" & @SEC & " : " & $messageJournal & @CRLF & $journalPrevious ) I want add one icon on first starting text. I have send example. THX Edited April 8, 2022 by Kanade Link to comment Share on other sites More sharing options...
Developers Jos Posted April 8, 2022 Developers Share Posted April 8, 2022 @Yuchan .... just simply GO AWAY! SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts