Use window application in Web Application
-
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
-
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
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 )
-
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 )
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!
-
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
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....