IDictionaryEnumerator s = hashtable.GetEnumerator();
while (s.MoveNext())
{
MessageBox.Show(s.Key + s.Value.ToString());
}
|
Results 1 to 12 of 12
Threaded View
|
Click Here to Expand Forum to Full Width |