AndyHey
March 31st, 2003, 04:56 AM
Hi,
I have read and read and am still confused.
I have a simple windows forms application that on a button press spawns a new thread whic in turn starts up a multicast listener. I am 99.9% sure this is working fine, however in my main thread I draw the GUI hich includes a list Box. The problems are arising when i try to update the ListBox with the data received from the multicast listener. The application reports that it basically doesn't know what the list box is.
Any ideas or pointers would be greatly appreciated. Code examples even more greatly received!!
thanks in advance
Andy
I have read and read and am still confused.
I have a simple windows forms application that on a button press spawns a new thread whic in turn starts up a multicast listener. I am 99.9% sure this is working fine, however in my main thread I draw the GUI hich includes a list Box. The problems are arising when i try to update the ListBox with the data received from the multicast listener. The application reports that it basically doesn't know what the list box is.
Any ideas or pointers would be greatly appreciated. Code examples even more greatly received!!
thanks in advance
Andy