G
Guest
I setup a Form and call another class (e.g. class1.cs). (class1.cs) contains
a command to call back the Form to display a string variable on the listbox.
However, it doesn't works. The listbox gets no response.
Command:
listBox.Items.Add( str );
However, it works when i type "MessageBox.Show( str);". A correct string
displays in the popup message box.
a command to call back the Form to display a string variable on the listbox.
However, it doesn't works. The listbox gets no response.
Command:
listBox.Items.Add( str );
However, it works when i type "MessageBox.Show( str);". A correct string
displays in the popup message box.