hi
how can i read a boolean from my xml file? i tried:
no luck, the checkbox stays as is...
how can i read a boolean from my xml file? i tried:
Code:
If (document.Name = "ShowTicker") Then TickerOnOff.Checked = Convert.ToBoolean(document.ReadInnerXml.ToString())