TransparencyKey vb.net 2005 on form works only on developing machine.

I

ilaygur

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
 
R

Robin Theilade

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

ilaygur

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top