I have a C# desktop application in which one thread that I create continously gets an image from a source(it\'s a digital camera actually) and puts it on a panel(panel.Image
I think this is multithreading problem
Use windows golden rule and update the panel in the main thread use panel.Invoke
This should overcome cross threading exception