Hello,
I'm using VS2005 to develope SmartDevice application.
I have one form with RadioButton and a LinkLabel.
And another form empty.
On the Click event on the LinkLabel I wirte the code:
new Form2().ShowDialog();
I press the RadioButton and get CheckedChanged event, and then Click event.
Then I press the link and the form2 dialog shows.
The problem :
When I press the OK button of the form2 dialog, I get Click on the form1
RadioButton.
Is it a bug?
Is there a workaround for this?
I tried to install CF2 SP1 on the device but it's the same.
Thanks,
Sharon