C# WPF application: Is there a component or tool to create an inte

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SGFpcGluZw==?=

    C# WPF application: Is there a component or tool to create an inte

    just like Visual Studio?

    We need create a WPF application which is in C#. We want to our application
    GUI look like the Visual Studio. It has the
    -- Tree view like VS's Solution Explorer and Class View windows. It can be
    hidden or floating.
    -- Main window like the VS's editor window.
    -- Error window like the VS's Debugger window.
    -- Help window like the VS's help window.

    We want know if WPF has some build in usercontols ( tree view user control?
    ) that we can use to build our application or is there a third party tool
    that can be used to build Visual Studio look like GUI?

    Thanks for any help,

  • Alvin Bruney [ASP.NET MVP]

    #2
    Re: C# WPF application: Is there a component or tool to create an inte

    The WPF control suite is handicapped at the moment. However, you can look at
    some 3rd party vendors to see what they have - component1, infragistics.
    Performance may be an issue so make sure to POC.

    --

    Regards,
    Alvin Bruney [MVP ASP.NET]

    [Shameless Author plug]
    The O.W.C. Black Book, 2nd Edition
    Exclusively on www.lulu.com/owc $19.99
    -------------------------------------------------------


    "Haiping" <Haiping@discus sions.microsoft .comwrote in message
    news:2AD578CE-8638-4638-992F-90F962ECA77B@mi crosoft.com...
    just like Visual Studio?
    >
    We need create a WPF application which is in C#. We want to our
    application
    GUI look like the Visual Studio. It has the
    -- Tree view like VS's Solution Explorer and Class View windows. It can be
    hidden or floating.
    -- Main window like the VS's editor window.
    -- Error window like the VS's Debugger window.
    -- Help window like the VS's help window.
    >
    We want know if WPF has some build in usercontols ( tree view user
    control?
    ) that we can use to build our application or is there a third party tool
    that can be used to build Visual Studio look like GUI?
    >
    Thanks for any help,
    >

    Comment

    Working...