Skip to main content
Home Forums Silverlight Programming Programming with .NET - General any way to embed Silverlight 2b2 UserControl into Delphi App ?
5 replies. Latest Post by ferdna on September 19, 2008.
(0)
danny_ke...
Member
3 points
7 Posts
09-10-2008 11:21 AM |
I have own SL Calendar UserControl, and they want to embed it into a delphi system.
Is there any way to do this? (I know nothing about Delphi :|, plus I'm new in .NET world... )
please, show me the direction when it is possible!
Thank you very much
danny
Skyrunner
Contributor
2489 points
485 Posts
09-10-2008 11:25 AM |
You cannot.
Silverlight is a web based application. Why do you want embed it into a Delphi app?
But you can build a WPF application (I don't know if WPF supports Delphi.NET) which use your Silverlight UCs.
silverbyte
Participant
1338 points
405 Posts
09-10-2008 11:32 AM |
I think you can.
One of the ways I think is to have a WebBrowser control and write your own mini local http server to serve the XAP content from local.
Look to the desklighter application and their website, they give a technical info regarding how they do it.
09-10-2008 11:55 AM |
Skyrunner: There is a Delphi based CRM system. they want to use my SL Calendar. that's all.
I have to find a way or say that: 100%, it is impossible...maybe ActiveX or something (But I never worked with ActiveX or Delphi). I don't have to make the implementation, but have to know the answer.
thanx
09-12-2008 8:39 AM |
Ok, thanx, it works with webBrowser control...but it's not enough.
1.I have to make OCX from my UserControl for delphi app :|, can I do this? (How?)
2.Is there any way without WebBrowser Control?
ferdna
108 points
49 Posts
09-19-2008 5:07 PM |
use delphi GDI to create the control