| c# Programming Glossary: rssdataThreading & Cross Threading in C#.NET, How do I change ComboBox Data from another Thread? http://stackoverflow.com/questions/6556330/threading-cross-threading-in-c-net-how-do-i-change-combobox-data-from-anothe  t1.Start  This function updates the combo box with the rssData private void updateCombo  rssData getRssData channelTextBox.Text.. the combo box with the rssData private void updateCombo  rssData getRssData channelTextBox.Text Getting the Data for int i 0.. channelTextBox.Text Getting the Data for int i 0 i rssData.GetLength 0 i Output it  if rssData i 0 null   Cross thread.. 
 |