Skip to main content

Microsoft Silverlight

Answered Question any way to embed Silverlight 2b2 UserControl into Delphi App ?RSS Feed

(0)

danny_kelemen
danny_ke...

Member

Member

3 points

7 Posts

any way to embed Silverlight 2b2 UserControl into Delphi App ?

 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
Skyrunner

Contributor

Contributor

2489 points

485 Posts

Silverlight MVP

Re: any way to embed Silverlight 2b2 UserControl into Delphi App ?

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
silverbyte

Participant

Participant

1338 points

405 Posts

Answered Question

Re: Re: any way to embed Silverlight 2b2 UserControl into Delphi App ?

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.

Please click on 'Mark as answer' near my comment if you feel I answered your question.

danny_kelemen
danny_ke...

Member

Member

3 points

7 Posts

Re: Re: any way to embed Silverlight 2b2 UserControl into Delphi App ?

 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


silverbyte: thank you, I check it now, maybe it helps...

danny_kelemen
danny_ke...

Member

Member

3 points

7 Posts

Re: Re: any way to embed Silverlight 2b2 UserControl into Delphi App ?

 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?

thanx

ferdna
ferdna

Member

Member

108 points

49 Posts

Re: Re: any way to embed Silverlight 2b2 UserControl into Delphi App ?

 use delphi GDI to create the control



============================================================
It Is Not That I'm Different! ... I'm Only Making The Difference!
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities