Quote Originally Posted by JonSea31 View Post
And what is subclassing? I'm still in the learning stages.
Subclassing is an advanced technique that allows one to take complete control over a window/control. They can change how it behaves and how it looks.

I've never seen a command button flicker without someone doing something to it... Unless your code is rapidly changing the buttons' appearance properties (font, caption, backcolor, etc), I thought maybe subclassing might be involved. Since you aren't familiar with subclassing, guess we can assume that it is not involved if you wrote each line of code.