Can WinForm app use Flash as background?
C#
4
Posts
2
Posters
0
Views
1
Watching
-
I want to use dynamic background in my winform app, I used GIF image now, it looks not so good, can I use a flash as background? how? In my opinon, I need to use "AxShockwaveFlash" to play the flash, this object is not under control of my app, so I can't draw on it...
-
I want to use dynamic background in my winform app, I used GIF image now, it looks not so good, can I use a flash as background? how? In my opinon, I need to use "AxShockwaveFlash" to play the flash, this object is not under control of my app, so I can't draw on it...
-
Embed your flash in a webpage and show it in a
WebBrowser
[^] control. Set theDock
property toDockStyle.Fill
:)I are Troll :)