From: winapi on 7 Jun 2010 18:30 Hi there, I noticed when using the "toolbar styles" "TBSTYLE_TRANSPARENT | TBSTYLE_FLAT" to make the toolbar transparent, you are still left with the "white edge" of the toolbar being displayed. Is is possible to make this edge transparent/disappear also? Thanks.
From: Seetharam on 8 Jun 2010 12:09 Theres a solution here: http://www.codeproject.com/KB/toolbars/headertoolbar.aspx -HTH Seetharam
From: winapi on 8 Jun 2010 14:36 "Seetharam" <smisro(a)gmail.com> wrote in message news:189764b9-1bfe-47e8-92e0-03ba0fe5a745(a)u26g2000yqu.googlegroups.com... > Theres a solution here: > > http://www.codeproject.com/KB/toolbars/headertoolbar.aspx > > -HTH > Seetharam > Thanks for the link. But my problem turned out to be quite simple. I had to add the control style "CCS_NODIVIDER" to the toolbar style. This flag then gets rid of the white pixel dividor that I was experiencing.
|
Pages: 1 Prev: Precision: Draw a Rectangle at Point (1.3, 10) Next: gtk+ and Visual C++ |