Hi, I made a GUI with a menu and one of the menu items is a choice "Always on top".. same as you can find on many softwares. The function itself is working but I'm struggling to find how to display that check mark in front of the text (commonly used) that will tell you the function is on or off...
Anyone has an idea to help me?
==> Sorry. By writing this question I realised I was searching the forum with "checkbox" term.. I tried with checkmark and got my answer
for those interested it's this :
guictrlsetstate(-1, $GUI_CHECKED)
Edited by LoneCoder, 29 December 2008 - 04:47 PM.