Q: Flash .net style icon images.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to make my application looking good with flash button images. I cannot find it in either office nor .net common graphic library. Does anybody know where to find it

Hopefully I don't have to draw it myself. :

Frank
 
Do you mean you want to use Flash apps (like .SWF files) to skin your buttons? This is not possible with what exists in .NET now, from what I know, but... any flash animation, especially Flash buttons are comprised from multiple images that are displayed at various stages (normal, pressed, hot, default, etc...). In windows forms you can do that very easy. Simply derive a button, create it's shape and set the Region value of the button to that shape and then in the OnPaint routine simple draw whatever bitmap corresponds to the button state... Nothing more than some simple drawing.
 
Back
Top