我的代码是If CheckBox4.Checked = True Then
rtools = True
Else : rtools = False
End If
仅适用于一个表单,我现在两个表单,分别为form2中的My All chekboxs每个人都能帮助我吗?
dim checkboxresults as bool
if form1.checkbox1.checked = true then
checkboxresults = true
else
checkboxresults = false
end if