views:

19

answers:

1

I have a nice icon and I want to use it on all of the forms in my application. How can I do this?

+2  A: 

You could have all your forms extend the same base class and have that set the icon.

mbanzon