winform in web app

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marek Kolesar

    #1

    winform in web app

    Hi ...


    it's possible put winform (exe or dll) into web form ? (.net 3.0 or 3.5)
  • Patrice

    #2
    Re: winform in web app

    You could deploy an application using clickonce. IMO you should provide more
    details about what you are trying to do...

    Try :


    "Marek Kolesar" <kolesarm@zozna m.ska écrit dans le message de news:
    02778534-B378-43BC-8ED1-BC466FED638B@mi crosoft.com...
    Hi ...
    >
    >
    it's possible put winform (exe or dll) into web form ? (.net 3.0 or 3.5)

    Comment

    • Michael Nemtsev [MVP]

      #3
      Re: winform in web app

      Hello Marek,

      you can only put user controls to the web form, but not the all winforms
      application

      ---
      WBR,
      Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

      "The greatest danger for most of us is not that our aim is too high and we
      miss it, but that it is too low and we reach it" (c) Michelangelo


      MKHi ...
      MK>
      MKit's possible put winform (exe or dll) into web form ? (.net 3.0 or
      MK3.5)
      MK>


      Comment

      • =?Utf-8?B?UGhpbCBKb2huc29u?=

        #4
        RE: winform in web app

        You might have to moify your web app a bit and tbh I wouldn't advise using
        them anyway, but if you really have to, you could use activex objects on the
        web app to display your windows forms.

        --
        Regards,

        Phillip Johnson (MCSD For .NET)
        PJ Software Development



        "Marek Kolesar" wrote:
        Hi ...
        >
        >
        it's possible put winform (exe or dll) into web form ? (.net 3.0 or 3.5)
        >

        Comment

        • Mark Rae [MVP]

          #5
          Re: winform in web app

          "Phil Johnson" <PhilJohnson@di scussions.micro soft.comwrote in message
          news:44328DF7-5872-4959-9F20-FE41BDA3BAC8@mi crosoft.com...
          you could use ActiveX objects on the web app to display your Windows
          forms.
          No use for the public Internet, though...


          --
          Mark Rae
          ASP.NET MVP


          Comment

          • Marek Kolesar

            #6
            Re: winform in web app

            yeah..thx all ...

            i think its better use web user controls + AJax ... hate activex :) ... and
            ofc aplication will be run over internet ... with +1000 ppl conected in same
            time.


            "Marek Kolesar" <kolesarm@zozna m.skwrote in message
            news:02778534-B378-43BC-8ED1-BC466FED638B@mi crosoft.com...
            Hi ...
            >
            >
            it's possible put winform (exe or dll) into web form ? (.net 3.0 or 3.5)

            Comment

            • Steve C. Orr [MCSD, MVP, CSM, ASP Insider]

              #7
              Re: winform in web app

              Yes you can embed windows forms components inside IE web pages.
              I've listed the details here:


              --
              I hope this helps,
              Steve C. Orr,
              MCSD, MVP, CSM, ASPInsider




              "Marek Kolesar" <kolesarm@zozna m.skwrote in message
              news:02778534-B378-43BC-8ED1-BC466FED638B@mi crosoft.com...
              Hi ...
              >
              >
              it's possible put winform (exe or dll) into web form ? (.net 3.0 or 3.5)

              Comment

              • Alvin Bruney [ASP.NET MVP]

                #8
                Re: winform in web app

                It's possible but you only do that if the web page needs to interact with
                the desktop and the functionality is not already available in a .NET
                control.

                --

                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
                -------------------------------------------------------



                "Marek Kolesar" <kolesarm@zozna m.skwrote in message
                news:02778534-B378-43BC-8ED1-BC466FED638B@mi crosoft.com...
                Hi ...
                >
                >
                it's possible put winform (exe or dll) into web form ? (.net 3.0 or 3.5)

                Comment

                Working...