transparency key

  1. J

    Question Transparent Flash in VB Web Browser

    Hello, I have a normal VB 2008 form with a WebBrowser control inside it (docked to fill the whole form). I have FormBorderStyle set to none and the TransparentKey is red. I then have this HTML code inside the WebBrowser that loads a Flash file, makes the background of the Flash object...
  2. J

    Question How to detect transparency index or flag for a GIF or PNG image?

    Okay I'm loading a GIF or PNG with Dim Img1 as Image = Image.FromFile(FileName$) Then, according to msdn, I should be able to retrieve the transparency index by doing the following: TransparencyIndex = Img1.GetPropertyItem(&h5104).Value(0) &h5104 corresponds to the property item for the...
Back
Top