I am designing an ActiveX UserControl which is simply a Label over a CommandButton (this way I can change the Forecolor property of my buttons). Everything is working just fine except that I can't get the Label to appear over the CommandButton, it is always hidden underneath it. In fact the problem doesn't come from the ActiveX technology, just try to put a Label over a CommandButton in a simple project and it won't work.

An helping hand would be appreciated.