Hi everyone!
I need help …
How to check the state of checkbox !! I used it in login ( with Creat Form activity) … the checkbox name is Save password !! If it’s checked save it …
The key field for checkbox is SavePass
The if statement is >> SavePass.Checked = True
Also, I tried to use SavePass.CheckState = 1
The problem is always the condition is false whether i checked it or not …
That’s what I’ve got in debug mode > [System.Windows.Forms.CheckBox, CheckState: 0]
Please any suggestions !!!
this is a sample of what I mean…