1. checkBox labels
- Posted by don cole <doncole at pacbe?l?net> Feb 04, 2008
- 511 views
I while ago I thought I saw somebody trying the change a checkBox lable. I had this idea, untested.
atom myCheckBox procedure changeLabel(sequence whatIwantItToSay) myCheckBox = createEx ( CheckBox2 = createEx( CheckBox, whatIwantItToSay, Window1, 36, 128, 56, 20, 0, 0 ) end procedure changeLabel("hello World")
Don Cole