Click here to Skip to main content
16,022,542 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have inserted a flash into an winform(C#) by used AxShockwaveFlash but I didn't know how to set the Transparency of the form. The background color of the axshockwaveflash is white. How can I change it?

I used this code: this.TransparencyKey = Color.White to change the transparent of the form but it is not work with Win SP2

:-??
Posted
Updated 3-Dec-10 0:37am
v2

1 solution

You can't actually *change* the flash portion unless it provides an API to do so.

EDIT - If this is marked as the answer, why was it voted 1?
 
Share this answer
 
v2
Comments
fjdiewornncalwe 3-Dec-10 11:18am    
Countered.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900