EDN Admin
Well-known member
This code:
if (checkBoxCSharpShown.IsChecked)<br/> {<br/> checkBoxCSharpShown.IsChecked = false;<br/> }
elicits:
"Cannot implicitly convert type bool? to bool. An explicit conversion exists (are you missing a cast?)"
How can I check whether the checkBox is checked? <hr class="sig Delphi ancient/C# newbie
View the full article
if (checkBoxCSharpShown.IsChecked)<br/> {<br/> checkBoxCSharpShown.IsChecked = false;<br/> }
elicits:
"Cannot implicitly convert type bool? to bool. An explicit conversion exists (are you missing a cast?)"
How can I check whether the checkBox is checked? <hr class="sig Delphi ancient/C# newbie
View the full article