Click here to Skip to main content
15,909,445 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I once made a program that had a menu bar with some links. I used pictureboxes with a picture Saying "Home", "My Account" etc etc.

When i hover the items i wanted to make an animation effect just like bookmarks in google chrome, so i started to make some gif animations. Unfortunately pictureboxes can't understand transparency so it made some very uncool effects-

Do you know how to make some kind of glowing effects when hovering?
Posted
Comments
Toli Cuturicu 8-Dec-10 6:29am    
Stop using PictureBoxes where they are not meant to be used!

1 solution

If really want such effects you should be using WPF. Otherwise, replace the image on hover with one that has the glow effect.
 
Share this answer
 
Comments
Manfred Rudolf Bihy 8-Dec-10 1:25am    
Simple workable solution. +5 :)
utunity 8-Dec-10 4:35am    
Problem is that pictureboxes does not accept transparent GIF
[no name] 8-Dec-10 8:07am    
Then don't use transparency. Dah.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900