I am using DirectShow library in C# to capture video from webcam,but i want to place a changing text over the picturebox which displays the video,the problem is while displaying the video,the label appears with its background,i tried to change the label's background to transparent and setting the label's parent to the picturebox,but it makes the label invisible,i looked at directshow samples(dxtext,VMR9,bitmapmixer),but none of them worked with me,i want a method to display a text over the picturebox like this
https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTkjwn7PDZC7ZI5nyHL31G1a71p-3nZPG0H2VRHOrv0ozfp8ty7Vg
the only difference is that i want it above a preview video,so any help making the label transparent or using a any draw method the paint ?.THANKS!