Gif image lost transparency

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marge

    Gif image lost transparency

    I imported a project from VB6 ok except for the fact that a couple of
    gif files which have transparent backgounds nolonger display
    correctly.

    On VB6 the images were loaded into their own image control rather than
    picturebox, VB Express 2008 doesn't seem to have this option, only
    PictureBox or ImageList.

    I've tried all transparency options for PicBox & Form with no luck.

    Noticed there is System.Drawing. Image in the object browser so
    wondered if the gif's could be loaded at start as images rather than
    picturebox?
  • sstory

    #2
    Re: Gif image lost transparency

    Well, you don't even really need a control to load a graphic.
    I think the problem may be that DOTNET works with things as Bitmaps I
    believe.

    Check this out:


    You will find all sorts of things on this site.

    "Marge" <mikesky63@sky. comwrote in message
    news:dd3cd4aa-510c-4801-bc3d-f072508510fd@p2 5g2000hsf.googl egroups.com...
    >I imported a project from VB6 ok except for the fact that a couple of
    gif files which have transparent backgounds nolonger display
    correctly.
    >
    On VB6 the images were loaded into their own image control rather than
    picturebox, VB Express 2008 doesn't seem to have this option, only
    PictureBox or ImageList.
    >
    I've tried all transparency options for PicBox & Form with no luck.
    >
    Noticed there is System.Drawing. Image in the object browser so
    wondered if the gif's could be loaded at start as images rather than
    picturebox?

    Comment

    Working...