VB
(1)
Control
(1)
ActiveX
(1)
Player
(1)
BtnG
(1)
B3ffcbd72801
(1)
Webbrowser
(1)
Ed77c3b3
(1)
How do i embed a Flash Player in my VB app?
Asked By Anil Gupte
02-Mar-08 12:38 PM
Any ideas/tutorials/resources?
TIA,
--
Anil Gupte
www.keeninc.net
www.icinema.com
How do i embed a Flash Player in my VB app?
Asked By jason.ciprian
02-Mar-08 10:27 PM
Have you tried:
http://www.google.com/search?hl=en&q=embed+flash+player+in+vb&btnG=Google+Search
See the second result, among others:
http://www.dreamincode.net/forums/showtopic40173.htm
Jason
How do i embed a Flash Player in my VB app?
Asked By kimiraikkonen
02-Mar-08 10:27 PM
Hi,
To use flash player in your VB app, there are 2 methods:
First one is using Flash ActiveX control in your project which has a
bug with giving a error, can be solved by re-building the solution.
To insert flash control in your toolbox, toolbox -> choose items ->
flash9b.ocx or like that (for higher flash versions) named "Shockwave
Flash Object".
Second is to use webbrowser control which is good alternative, enter
flash movie's (usually .swf) as webbrowser control's URL then
navigate.
Hope this helps, let us know.
Thanx to both repliers!
Asked By Anil Gupte
02-Mar-08 10:16 PM
Thanx to both repliers! I really should have Googled first, but I had been
having no success on other topics, so I tried here first. It wil take me a
couple of days to try it, so I will get back to you later.
Thanx again,
--
Anil Gupte
www.keeninc.net
www.icinema.com
Hi,
To use flash player in your VB app, there are 2 methods:
First one is using Flash ActiveX control in your project which has a
bug with giving a error, can be solved by re-building the solution.
To insert flash control in your toolbox, toolbox -> choose items ->
flash9b.ocx or like that (for higher flash versions) named "Shockwave
Flash Object".
Second is to use webbrowser control which is good alternative, enter
flash movie's (usually .swf) as webbrowser control's URL then
navigate.
Hope this helps, let us know.
How do i embed a Flash Player in my VB app?
Asked By kimiraikkonen
05-Mar-08 05:13 AM
een
e a
As i pointed, just insert Shockwave Flash Object, then you may get an
error when bringing control over your form, don't panic, just re-build
the solution with right-click then re-place the control. Now, you're
ready to set the "Movie" URL that Flash ActiveX Control will show.
Or place webbrowser control simply, then place flash movie's URL as
the URL to be navigated.
That's all.
NET Framework Convert VB6 ActiveX Control to VB.NET And Incorporate it Into ASPX I have an existing ASP.NET application that is written mainly in VB.NET. Currently one of the ASPX form has an ActiveX control on it. The ActiveX control is a Windows.Form written in VB6. Inside that ActiveX control, it has an old third party ActiveX control embedded in
NET Framework Problem in closing MDIChild Form having ActiveX control I have VB2005 Application. It has VB MDI Form and MDI Child form. The child Form hosts an ActiveX control. when I close the ChildForm at runtime, It gives error message This problem occurs only the activex controls is hosted in MDI Child form. I hosted the activex control in a Windows Form. It works fine on close. The I see only with MDI child form. I think, the activex control is not disposed properly in case of MDI child form
NET Framework ActiveX Control hidden property in VS.NET I'm working on an MFC ActiveX Control that implements some hidden properties. The properties are hidden by Visual Studio that you are using to create the MFC ActiveX Control? I haven't tested an ActiveX Control created in MFC but I have some VB6 ActiveX Controls which have hidden properties and they seem to work application. Would you please post or send me your MFC ActiveX Control source code so that I can reproduce the issue
NET Framework Winsock 6 control in VB.NET Hi, As you know there's no mswinsck.ocx ActiveX control in VB.NET 2005 or 08 by default, but it exists in VB6. However i can add this old control to my VB 2005 toolbox with no problem by extracting from VB6's VB6. Is it healthy and supported using mswinsck.ocx Winsock control in VB.NET projects? And is System.Net.Sockets the unique alternative for this Winsock control and is it completely equilavent? Thanks You want to use
NET Framework "activex control" in VB.net I have an application containing WMP and I'd it. I believe that this used to be accomplished with activex in VB 6. How would I go about recreating it for use other flash players? Do I have to go back to VB 6? Can someone tell me if I'm not posting someone was supposed to respond in 2 days. Thanks AFAIK ActiveX is alive and well with on the .Net framework. Since ActiveX is not my area of expertise, I did a quick I don't want to embed the Windows Media Player activeX control into a webpage. I've created my own player in
NET Framework Include ActiveX control in Blend I've to include my own ActiveX ocntrol inside expression blend. Does it exist a "visual" way thanks in advance. Matteo With some doing (depending on the ActiveX control & its licensing) you can wrap an ActiveX control in a WindowsForms UserControl and then easily use the WPF WindowsFormsHost to host the WindowsForms control inside a WPF UserControl. At that point you just add the reference (to the assembly with the WPF control) to your project in Blend and you can grab your new control from the 'Custom Controls' tab in the Asset Library in
you can help me find a working code sample in VB.Net 2005 that shows a webpage hosting a webbrowser activex control. OK. . . . it *is* a crazy request. . . . .so make that 2 for http: / / www.google.com / search?hl = en&q = %22webbrowser+activex+control%22+%22asp.net%22 ??? The first link returned is : http: / / support link returned has nothing to do with hosting a webbrowser activex control in a webpage. It is about hosting a webbrowser control (different from a webbrowser activex control now that there is a crippled webbrowser control included in the .Net toolbox) and using it to post
NET Framework Script control In VB6 I used the MSCript control to expose VB scripting, Do I do the same with DotNet. Do I use the same ActiveX control or is there a class in DotNet? -Lou It is still the 1.0 version. Cor You mean the ActiveX control or is their a .NET class? ActiveX (Com) keywords: Script, control description: In VB6 I used the MSCript control to expose VB scripting, Do I do the same with