.NET Framework - winform and flash
Asked By Gidi
24-Jan-10 03:38 AM
Hi,
I am trying to add a flash to my windows application, and i do not really know
how to do it...
can someone help?
Thanks,
Gidi
WebBrowser
(1)
WPF
(1)
ActiveX
(1)
Winform
(1)
Windows
(1)
Alberto Poblacion replied to Gidi
You could embed a WebBrowser control in your form. Then, inside the
control, load an html page that contains the Flash, just as if you were
displaying it in a web form.
Asaf Shelly replied to Alberto Poblacion
Hi,
You can also try to embed the Flash ActiveX control.
I would recommend looking into WPF instead.
Asaf

ActiveX / COM mit .NET .NET Framework Hallo, ich habe eine Windows-Forms-Anwendung, die ich gern in eine alte Nicht-.NET-Anwendung integrieren würde. Diese Anwendung kann ActiveX-Controls einbinden; so habe ich etwa schon den IE erfolgreich in diese Uralt-Anwendung integriert ich jetzt meine Winform-Controls dort hinein? Google sagte mir, man könne mit .NET kein ActiveX mit GUI bauen, aber man könne Controls im IE anzeigen lassen. Wenn ich den dann C# - German Discussions Visual Studio .NET (1) Visual Studio 2005 (1) System.Web.Services (1) WebBrowser (1) CLSIDs (1) LIBIDs (1) WPF (1) Application (1) Hallo Marvin, [CodeProject: Exposing Windows Forms Controls as ActiveX controls.] http: / / www.codeproject.com / KB / miscctrl / exposingdotnetcontrols.aspx [Creating an ActiveX Control in Visual Studio 2005 - .Net Developement] http: / / msmvps.com / blogs / pauldomag / archive / 2006 / 08 35_csphtp1_H_COM.pdf Beachte für die Redistribution, dass man hier nicht RegSvr32 benutzen kann, um die ActiveX Controls zu registrieren, dann würdest Du den klassischen Feher "DllRegisterServer entry point not found" Fehler
C# - ActiveX - Browser aus Webseite heraus fernsteuern? .NET Framework Hallo zusammen! Versuche mich gerade etwas in C eine = n anderen Domainnamen besitzt. Ich habe mir gedacht, dass man dieses Problem vielleicht mit ActiveX in den Griff bekommt. Ist so etwas grunds = E4tzlich m = F6glich? Ich m = F6chte n bzw. installieren muss. Geht so etwas mit C#? Nachdem was ich so gelesen habe, haben ActiveX Controls, sofern man sie im Browser zul = E4sst, ja sehr weitreichende Rechte auf dem System 1) MYFORM.submit (1) System.Runtime.InteropServices (1) ClassInterfaceType.AutoDual (1) ClassInterfaceType (1) Silverlight (1) WebBrowser (1) Nicolai Scheer schrieb: Der gewünschte Lösungsweg hört sich etwas grausam an. . . Wieso machst es AutoIT [1] angesehen. Dies kann von der Steuerung sehr viel. Dort gibt es auch eine ActiveX Schnittstelle, die scheint aber nicht alle Funktionen zu bieten. Ich wei = DF, dass diese Anforderung OK? mfg GP Hallo Nicolai, Also mit einer WindowsForms C# Standalone App, die ggf. einen WebBrowser beinhaltet, w = FCrde man nat = FCrlich im Schlaraffenland sein und k = F6nnte alles ohne ActiveX implementieren, was man in gr = F6sseren Firmen normal eh vergessen kann - wird meist nicht erlaubt einer anderen Web-Dom = E4ne ist) ansteuern und nicht ein neues aufmachen. Da sind WinForms / WPF stark. Ich sehe allerdings auch den Weg = FCber Ajax mit normalem WebService noch nicht ganz
Error in WPF application .NET Framework We are using the windows forms webbrowser control in a WPF client application. Very rarely we get the following error message: Message Attempted to read or window) at System.Windows.Application.Run() Did anyone encounter this kind of problem with a WPF application using the WebBrowser control? If so, how did you solve that problem? (Using the WPF WebBrowser control is not an option since we need specific functionality from the winform version) Thanks PushFrameImpl (1) System.Windows.Threading.Dispatcher.PushFrame (1) System.Windows.Application.RunInternal (1) UnsafeNativeMethods (1) WebBrowser (1) WPF (1) DispatchMessage (1) Application (1) Hans, Is this on a clean test machine
to security and trust zones tia Terry VB.NET Discussions IsolatedStorage (1) ASP.NET (1) WPF (1) Application (1) Part (1) FileSystemWatcher (1) Terry, Forget it to search for the possibilitiy to let the user (and only the user) give you the rigth to install an activeX (and then it is mostly more simple to create a simple windowforms application at the user side which works over Internet. To do it with webbrowser and windowsform is almost completely made impossible and not the next security update will do the process. This is achievable in the timescale we have with the skills we have. WPF & WWF would be too steep a learning curve given the time constraints that we have