E
Eric Renken
Well I seem to have an interesting problem. I have an application that
where I am setting the BackgroundImage and the TransparencyKey set in code.
These are both set after the InitializeComponent() in the constructor of the
form. This works great on my computer Windows XP Pro; however on some other
computer the TransparenecyKey isn't working and you see the horrible green
color that shouldn't be there. This doesn't happen on all machines just
some. I even went as far as pulling the TransparenacyColor from a single
pixel from the image at run time so I could make sure I was getting the
exact color.
Any thoughts?
Eric Renken
where I am setting the BackgroundImage and the TransparencyKey set in code.
These are both set after the InitializeComponent() in the constructor of the
form. This works great on my computer Windows XP Pro; however on some other
computer the TransparenecyKey isn't working and you see the horrible green
color that shouldn't be there. This doesn't happen on all machines just
some. I even went as far as pulling the TransparenacyColor from a single
pixel from the image at run time so I could make sure I was getting the
exact color.
Any thoughts?
Eric Renken