Cross thread exception drive me mad!!!!!

Apr 7 2005 1:37 PM
hello all we develop an application with 11 screens (charts), now the data loading for each screen is very slow. so i wanted to run the active screen by the current thread and the 10 other screens by 10 (or less) threads, but, i can't do this because of the cross thread ilegal exception. now is there anyway of doing this???? is there a command similar to invoke later in java???? (i do not like this option but if there is no other way so...) by the way i am working with v.s 2005 C# 2.0, is there a new objects that can do what i need??? what is the worker thread for???? itzik

Answers (3)