I have a process which I break into multiple processes and even when using threading it takes a very long time to complete.
I'd like to give the user an indication of the status of the execution in a cute way.
(for each process % complete) Maybe betting the right horse will ease the pain :)
I found this project long ago: http://www.codeproject.com/KB/WPF/GuidedTourWPF_1.aspx
I have two questions:
- This article was written in 2007, is there better way to achieve this graphic effect?
- I have not understood yet, how the application is started, so I'd like to know if I can integrate such "window" in my window application?
*Edit: Adam Robinson pointed that the second question is not clear: The application generates a window as in the picture below - I like to know if it possible to insert it in my "normal" windows application.