Hi Guys,
Neophyte here.
I have a couple of radio buttons within a panel on the screen.
I need to perform the equivalent of a radiobutton2.PerformClick() to simulate radiobutton2 being selected in an initialization routine.
Unfortunately,I cannot use the radiobutton2.PerformClick() method, as I am using the .Net COMPACT Framework, and this method is not available in .Net CF.
I had actually put together a prototype program using normal Windows Forms and the regular Net Framework, and it works fine (using the PerformClick() method). But now, I am trying to implement this on Win Mobile / Net CF. Surprise! :-(
What to do?
Neophyte here.
I have a couple of radio buttons within a panel on the screen.
I need to perform the equivalent of a radiobutton2.PerformClick() to simulate radiobutton2 being selected in an initialization routine.
Unfortunately,I cannot use the radiobutton2.PerformClick() method, as I am using the .Net COMPACT Framework, and this method is not available in .Net CF.
I had actually put together a prototype program using normal Windows Forms and the regular Net Framework, and it works fine (using the PerformClick() method). But now, I am trying to implement this on Win Mobile / Net CF. Surprise! :-(
What to do?