I\'d like some tips-in-the-right-direction or even ready solutions to this problem and I\'m pretty stuck (I\'m just beginner/intermediate):
I\'m trying to implement
Did you know that you can display a Console window from your application by using AllocConsole?
This is a simple way to create a "dual-mode" application can be a console or windows forms application.
[DllImport("kernel32")]
static extern bool AllocConsole();
Or you can use this:
For better looks, replace the TextBlock with a ListBox and style the ItemTemplate accordingly.