Outlook Express GUI in C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • (2b|!2b)==?

    Outlook Express GUI in C#

    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?
  • (2b|!2b)==?

    #2
    Re: Outlook Express GUI in C#

    (2b|!2b)==? 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?
    Correction:

    I am trying to write a C# application that has a GUI similar to Outlook
    Express.

    Comment

    • Pavel Minaev

      #3
      Re: Outlook Express GUI in C#

      On Jul 6, 8:24 pm, "(2b|!2b)== ?" <void-s...@ursa-major.comwrote:
      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.

      Comment

      • parez

        #4
        Re: Outlook Express GUI in C#

        On Jul 6, 12:26 pm, "(2b|!2b)== ?" <void-s...@ursa-major.comwrote:
        (2b|!2b)==? 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?
        >
        Correction:
        >
        I am trying to write a C# application that has a GUI similar to Outlook
        Express.
        I have used a 3rd party tool. C1NavBar which gives outlook 2003 look.

        Comment

        Working...