FederalProgrammer
Programmer
Here's a beginner question:
why is it that my
doesn't handle the checkedChanged event of my radio button??
I put a break point by this even handler, and the code doesn't break as I change the check status of my radio buttons (however, my breakpoints on other functions do work!!)
---------------
why is it that my
Code:
Private sub rdi_checkedChanged(....) handles rdi.CheckedChanged
'some code in here
end sub
I put a break point by this even handler, and the code doesn't break as I change the check status of my radio buttons (however, my breakpoints on other functions do work!!)
---------------