How to merge WPF application in web browser?

Last post 07-29-2009 1:50 PM by gunteman. 2 replies.

Sort Posts:

  • How to merge WPF application in web browser?

    07-29-2009, 1:07 PM
    • Member
      point Member
    • bitse
    • Member since 06-01-2009, 3:32 PM
    • Posts 3

    Hi,

        Am working  WPF application for Creating charts. Now i want to add the stuff and merge to my website. I know only WPF window application and help me to create WPF for Web application,Please ASAP. 

    Filed under:
  • Re: How to merge WPF application in web browser?

    07-29-2009, 1:40 PM
    Answer
    • All-Star
      23,606 point All-Star
    • azamsharp
    • Member since 06-11-2003, 9:36 AM
    • Houston,Texas
    • Posts 4,519

    WPF can be run in the browser if you use the WPF Browser Application Project.

    Here is the article from MSDN:

    http://msdn.microsoft.com/en-us/library/aa970060.aspx

    HighOnCoding
    Get high on ASP.NET articles, videos, podcasts and more!
  • Re: How to merge WPF application in web browser?

    07-29-2009, 1:50 PM
    Answer
    • All-Star
      21,648 point All-Star
    • gunteman
    • Member since 07-11-2007, 8:57 AM
    • Norrköping, Sweden
    • Posts 3,177

    WPF for the web = Silverlight or XBAP

    In other words, you convert your application to Silverlight or deploy it as an XBAP (XAML browser application). Of course this requires quite a lot from the user's browser, in terms of plugins etc.

    Another option would be to render a bitmap image from the WPF, and show that on the page.

    http://www.codeproject.com/KB/WPF/WPF-Image-to-WebPage.aspx


    -- "Mark As Answer" if my reply helped you --
Page 1 of 1 (3 items)