i am using info given by a user on the main form in a different class. on the main form, there are two option buttons. i have it in my class that if option buttan A is selected then.......
when i check the option button while testing, when i step into the code in the class, it displays the option buttons checked value as false. can anyone explain/help?
CODE
If VicApp.AltiumSelect.Checked = True Then
If Not ImportAltiumODB(m_altiumfile) Then
Exit Sub
End If
end if