From: Gidi on 24 Jan 2010 03:38 Hi, I'm trying to add a flash to my windows application, and i don't really know how to do it... can someone help? Thanks, Gidi
From: Alberto Poblacion on 24 Jan 2010 07:52 "Gidi" <shnapsi(a)hotmail.com.dontspam> wrote in message news:1479F292-980D-4BFB-B7D0-FEF94E227FCC(a)microsoft.com... > I'm trying to add a flash to my windows application, and i don't really > know > how to do it... 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.
From: Asaf Shelly on 24 Jan 2010 10:36 Hi, You can also try to embed the Flash ActiveX control. I would recommend looking into WPF instead. Asaf
|
Pages: 1 Prev: Serialize a class in XML Next: Inherit from window form, text box is protected ? |