Display label over tab control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, hope this is the right board to post on. I have a tab control on a c# pocket pc application. I am only using two tabs and so there is a plethora of empty space on the tab bar that I would like to utilize. I want to add a label over this space to use for program status updates; however, I cannot get a label control to appear above this area. I have tried to send the tab control to the back while bringing the label to the front, and I have even attempted to add the label to the tab control without success. Any ideas on how I can accomplish this? Thanks, B