I've been awake far too long trying to figure this one out - likely at this point it's staring me in the face and I don't know it. I've checked through the help file in SciTe, done some searching here on the forums, and am still not getting it fixed.
I've had no trouble creating the GUI I want through Koda, but I can't seem to call a result from it. Specifically I'm working with
$Checkbox1 = GUICtrlCreateCheckbox("Text", 0, 0, 0, 0)
As I stated, CREATING the GUI is no problem. I can ge