On Jul 6, 8:24 pm, "(2b|!2b)==?" <void-s
...@ursa-major.com> wrote:
> I am trying to write a C# application that has a GUI similar to C#.
> Rather than "roll my own" from scratch - I wonder if anyone knows ehere
> I can get an example of how to write such an application - preferably,
> with the source available?
What exactly do you need to "look like Outlook Express"? It would seem
that WinForms provide all the necessary controls for that - menu bar,
tool bars, lists etc; the only thing that's missing is a multi-column
TreeView, but if you look on CodePlex (and elsewhere), you'll find
plenty of open source implementations as well as commercial ones.