scriptomator 0 Report post Posted January 11, 2011 This is probably a very simple problem. I can't figure out how to set the text font color of a gui edit. please help! Share this post Link to post Share on other sites
martin 68 Report post Posted January 11, 2011 This is probably a very simple problem. I can't figure out how to set the text font color of a gui edit. please help! GUICtrlSetcolor($Edit1,0xff0000); to make the text redIf you want different colours for different lcharacters in th esam eedit then you will need to use a richedit. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script. Share this post Link to post Share on other sites
scriptomator 0 Report post Posted January 11, 2011 Thank you. Share this post Link to post Share on other sites