Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Use window application in Web Application

Use window application in Web Application

Scheduled Pinned Locked Moved C#
question
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sun Rays
    wrote on last edited by
    #1

    Hi, I have created window application, now I want to use that window application in my Web application. So how it possible ? I have get idea that I have to add tag in WebPage named as Object. In that I can assign that window application. Any idea ??

    Thanks, Sun Rays

    C P 2 Replies Last reply
    0
    • S Sun Rays

      Hi, I have created window application, now I want to use that window application in my Web application. So how it possible ? I have get idea that I have to add tag in WebPage named as Object. In that I can assign that window application. Any idea ??

      Thanks, Sun Rays

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You can embedd a control in your web site, but it means your clients need to download your code and have .NET installed. There's info on MSDN, but I don't know of many people who do it.

      Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillionOneHundredAndFortySevenMillionFourHundredAndEightyThreeThousandSixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it )

      C 1 Reply Last reply
      0
      • C Christian Graus

        You can embedd a control in your web site, but it means your clients need to download your code and have .NET installed. There's info on MSDN, but I don't know of many people who do it.

        Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillionOneHundredAndFortySevenMillionFourHundredAndEightyThreeThousandSixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it )

        C Offline
        C Offline
        c0ax_lx
        wrote on last edited by
        #3

        I've tried this once, there are *lots* of security issues you'd have to resolve on each client, depending on what the applications does - network, IO ,alotothersstuff... if you just want to start the app from the browser look at clickonce deployment. clickclick done :)

        If it' stuck, DO NOT pull harder!

        1 Reply Last reply
        0
        • S Sun Rays

          Hi, I have created window application, now I want to use that window application in my Web application. So how it possible ? I have get idea that I have to add tag in WebPage named as Object. In that I can assign that window application. Any idea ??

          Thanks, Sun Rays

          P Offline
          P Offline
          Paddy Boyd
          wrote on last edited by
          #4

          Of course you could just write another UI layer for the web for your application, because of course all your business logic is separated out of the presentation layer....

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups