Hi all,
Setting the transparency key on vb.net 2005 form (I randomly chose the
color yellow), works great on my machine, meaning i set the form's
background color to yellow as well, and it becomes transperent.
Deploying my app on 3 other machines, i fould out the yellow background
shows on their app.
I was reading about the the color quality bug (16,24,32 bit), and
thought of it has a problem. But checking all machines, all including
mine were set to 32 bit. So why does it not work, and is there a
workaround.
Thanks in advance,
Eli

Re: TransparencyKey vb.net 2005 on form works only on developing machine. by ilaygur

ilaygur
Wed May 17 08:57:28 CDT 2006

no one has this problem but me??


Re: TransparencyKey vb.net 2005 on form works only on developing machine. by Robin

Robin
Thu May 18 04:14:09 CDT 2006

I had the same problem, but I solved it by setting Form.DoubleBuffer to
false.

<ilaygur@gmail.com> wrote in message
news:1147874248.296739.294430@u72g2000cwu.googlegroups.com...
> no one has this problem but me??
>



Re: TransparencyKey vb.net 2005 on form works only on developing machine. by ilaygur

ilaygur
Mon May 22 17:58:11 CDT 2006

Hi Robin,
can you explain how exectly you set the for.DoubleBuffer to false?
Thanks
Eli