Search the Community
Showing results for tags 'guictrl'.
-
I'm trying to assign a faint text in the background to an input field that disappears after the input has started. This should have a certain color such as gray.
- 6 replies
-
- gui
- background
-
(and 3 more)
Tagged with:
-
How can i play with the always on top status of my windows plz ? I know the syntaxt but i cant get it working How to set it up ? Case $Check6 If GUICtrlRead($Check6) = $GUI_CHECKED Then $IniTop = IniWrite (""&$IniLocation , "Top" , "Top" , "True" ) GUICtrlSetStyle...