tags:

views:

207

answers:

3

i want the background of my winform to be animated like a animated gif in the background or a video file being played as a background or a flash movie... how to do it

+3  A: 

Simply get a control that do this what you want (e.g. ImageBox) and set the Dock-Property to fill to complete Page. Than all other controls that you put in your form will be on this ImageBox.

Kovu
+1  A: 

for a .gif use a PictureBox

for a video use WMP (windows media player .net component)

for a flash you could use the Shockwave Flash Object to display the content

EDIT: the WMP might not be in your toolbox by default, select it by right-clicking in the toolbox and click "Select items..." this also counts for the Shockwave Flash Object

Pieter888
i want all this in the background.. like this should be in a layer and there shoild be a lyer above it containing all the UI componenets n all
Junaid Saeed
A: 

move to WPF........

Junaid Saeed