Search results for query: *

  1. R

    Transparent background for a bmp in a picture box

    I find this very very odd, i just tried to set the RGB to the numbers you told me to but it doesnt do anything. I have been trying to play around with the numbers a few times, setting them to 0,0,0 up to 255,255,255 and it doesnt seem to affect or do anything to the pictures colors. I just dont...
  2. R

    Transparent background for a bmp in a picture box

    lol troubleshooting someone elses code is always tough but thanks for the help :o Ok, so if the imageattributes are set right then it should make it transparent right?
  3. R

    Transparent background for a bmp in a picture box

    Thats a picture of the behaviour im getting now also. I thought that I had already set the imageattributes in "start up form load" with the following code: Dim lowercolor as color=color.fromArgb(255, 0, 255) Dim uppercolor as color=color.fromArgb(255, 0, 255)...
  4. R

    Transparent background for a bmp in a picture box

    I recently started to dabble in a bit of game programming for VB.net and am having a lot of problems with making the background of a picture transparent. I have a picture of "mario" with a neon green background. Im drawing him to a "rectangle" and am attempting to make his green background...
Back
Top