-- JochenGeorges - 17 Dec 2004
STATIC PUBLIC SUB Main()
DIM hForm AS Fmain
hForm = NEW Fmain
hForm.show
END
PUBLIC SUB Button1_Click()
IF RadioButton2.value = TRUE THEN
RadioButton1.text = "oops"
END IF
END
Attachment: | Action: | Size: | Date: | Who: | Comment: |
---|---|---|---|---|---|
![]() |
action | 3492 | 17 Dec 2004 - 18:54 | JochenGeorges | |
![]() |
action | 1416 | 17 Dec 2004 - 18:54 | JochenGeorges |