If I run several Invokes from a thread, does it run one after each other?
For example, I have a ListView control and after getting the actual information from a server, I need to clear the items, update group names, add new items, etc. All this requires many call to GUI. Is it sure it will be executed in the called sequence?