|
-
Jun 17th, 2004, 01:08 AM
#1
Thread Starter
Junior Member
UserControl, CommandButton & Label ...
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.
-
Jun 17th, 2004, 01:13 AM
#2
Addicted Member
Use the Zorder property to bring the label to the front.
-
Jun 17th, 2004, 01:15 AM
#3
Thread Starter
Junior Member
I did use the ZOrder, but it just doesn't work
-
Jun 17th, 2004, 01:21 AM
#4
Addicted Member
If the only thing you want to do is change the forecolor of the commandbutton control then take a look here:
Color Change Controls
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|