I've created a pretty big project, it has standard windows controls (boring rectangle button, etc.). I want to change that and maybe make all my buttons with different visual style, maybe rounded edges, gradient look, etc. Something that won't look anything like a normal command button. Also make the program skinable, which isn't a problem. So, what's the easiest way for me to change appearance of my project? Do I have to replace all the buttons with imageboxes and load different pictures into those imageboxes (on mouse over, on click, etc.) making them act like command buttons? Creating an OCX and replacing all the buttons with that custom control? Maybe some other way? Thanks

By the way, I still am wondering about my other post and best way to find a solution:
http://www.vbforums.com/showthread.p...hreadid=210630