The best way to display live log output to a WPF windows.
-
Hi i am writing an application that has WPF as its front end and a Windows service which is responsible for scheduling and executing the my operations. At the moment i use WCF to send live progress messages to the client from the service and i add this message to a listbox on the WPF listbox using the items.add function from the code behind, But the performance is very poor. I need help or suggestions on the best way to display this messages efficiently.
-
Hi i am writing an application that has WPF as its front end and a Windows service which is responsible for scheduling and executing the my operations. At the moment i use WCF to send live progress messages to the client from the service and i add this message to a listbox on the WPF listbox using the items.add function from the code behind, But the performance is very poor. I need help or suggestions on the best way to display this messages efficiently.
What sort of volume and why do you consider performance poor. You have described the standard architecture for a monitoring app!
Never underestimate the power of human stupidity RAH
-
Hi i am writing an application that has WPF as its front end and a Windows service which is responsible for scheduling and executing the my operations. At the moment i use WCF to send live progress messages to the client from the service and i add this message to a listbox on the WPF listbox using the items.add function from the code behind, But the performance is very poor. I need help or suggestions on the best way to display this messages efficiently.