How to make Checkbocx control (IDC_CHECK) transparent in C++
-
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
-
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
Me a novice yet the following would help http://www.eggheadcafe.com/forumarchives/win32programmergdi/Sep2005/post23674033.asp[^]
Today's Beautiful Moments are Tomorrow's Beautiful Memories
-
Me a novice yet the following would help http://www.eggheadcafe.com/forumarchives/win32programmergdi/Sep2005/post23674033.asp[^]
Today's Beautiful Moments are Tomorrow's Beautiful Memories
still struggling...