| Summary: | I had a situation where I wanted a label below the tabs on a TabStrip control and above a ListView control. The Label control would not work because it falls behind the other controls I could have used a picturebox and printed text on it but I decided to subclass the tabstrip and print directly on it instead. That is what this project shows how to do. You should be able to duplicate this with any control that has a hWnd property. You can use it to print text or draw graphics on different control |