From: Gidi on
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
"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
Hi,

You can also try to embed the Flash ActiveX control.

I would recommend looking into WPF instead.

Asaf