Quote:
Originally Posted by SmokinDeath
Try this
Code:
If form2.checkbox.checked = True Then
MsgBox("True")
ElseIf form2.checkbox.checked = False Then
MsgBox("False")
End If
|
i did and i did again but still it gives me false even when checkbox is checked.
i am using background worker on form1 but checkboxes are in form2
when i use the your code before my program uses background worker it returns me true but when i use your code in background worker it returns false