Search:

Type: Posts; User: Bonnie West

Search: Search took 0.52 seconds.

  1. Re: Urrgh! Someone put an end to my misery please?

    A simple way would be to call the SetLayeredWindowAttributes API function. Rather than using the PNG image's Alpha channel, you'll have to choose instead which particular color in the picture that...
  2. Re: Urrgh! Someone put an end to my misery please?

    You're telling the RenderPNG function to draw your picture starting at the lower right corner of your PictureBox, hence you cannot see it. Try (..., 0&, 0&) instead.
  3. Re: Urrgh! Someone put an end to my misery please?

    Is your PictureBox named Picture? Note that the Form also has a property called Picture and you don't have to qualify it with the Form's name in order to access that property. You had an extra...
  4. Re: Urrgh! Someone put an end to my misery please?

    These threads may offer a solution:

    [RESOLVED] Minimum code to load transparent PNG from resource into Picturebox

    [RESOLVED] Loading a PNG file picture

    Loading a transparent PNG using WIA
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width