المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to make Checkbocx control (IDC_CHECK) transparent in C++



C++ Programming
02-17-2010, 10:24 AM
Hello,

In C++ Windows programming , I need to make CheckBox(IDC_CHECK1)control transparent on dialog..I have applied a background image to this dialog using pic control and on top of it added auto checkbox. I want to make checkbox's text transparent on the dialog window so that background image is visible even after (checkbox's)text is written on it. I have made checkbox's 'transparent' property true but it's not helping me out. Tried to use getlongwindow() and setlongwindow() API's too...
can anybody help ?

Best Regards,
Supriya Tonape