VB .NET - Help Me pls

  • Thread starter Thread starter Isilio Peluffo via .NET 247
  • Start date Start date
I

Isilio Peluffo via .NET 247

(Type your message here)
Hi guys, im trying to load a swish movie in vb .net but i need to put a transparent background to the movie, some ideas????
thanks
 
I'm not sure I undestand exactly, but if you want the form to be
transparent, set the opacity to something low, like .1 or less
Isilio Peluffo via .NET 247 said:
(Type your message here)
Hi guys, im trying to load a swish movie in vb .net but i need to put a
transparent background to the movie, some ideas????
 
Hi Isilio,

This is Herfried and/or Ken's stuff, however to speed your question up I
would send some piece of code how you do it now, when I was you, because I
assume that will be their first question to you.

Cor
 
Hi Isilio,

I assume you are referring to a .swf (Macromedia Flash) movie. If so, let
me know and show me your code. I have incorporated a .swf movie in one of
my vb .net apps - you have to add the correct com object and then call the
appropriate active x control, but it's not very difficult.

HTH,

Bernie Yaeger

Isilio Peluffo via .NET 247 said:
(Type your message here)
Hi guys, im trying to load a swish movie in vb .net but i need to put a
transparent background to the movie, some ideas????
 
Back
Top