ListView
-
Hi All I’m trying to make a list view to catch multithreads. I have a tree view on the right and the list view at the bottom. i want to find out how to display what has been open in the MDI. E.g. if I open a form called email using the treeview I it should display the details that I opened the email form in the list view. It is something like Microsoft Dynamics SL -Solomon I am very new at c#
-
Hi All I’m trying to make a list view to catch multithreads. I have a tree view on the right and the list view at the bottom. i want to find out how to display what has been open in the MDI. E.g. if I open a form called email using the treeview I it should display the details that I opened the email form in the list view. It is something like Microsoft Dynamics SL -Solomon I am very new at c#
Do you mean you do something on the form (or the TreeView), and then some backend processing happens in a thread and when the results come the ListView gets updated? If so, use BackgroundWorker helper class in the System.ComponentModel namespace.
------------------------------------------- It's code that drives you - Shyam