Flat Button : improve this code ?

Just starting out? Need help? Post your questions and find answers here.
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Flat Button : improve this code ?

Post by eddy »

Code: Select all

#BS_FLAT=$8000
style.l = GetWindowLong_(*HelpBack, #GWL_STYLE) | #BS_FLAT
SetWindowLong_(*HelpBack, #GWL_STYLE,style)
I want to remove black borders which are left after style modification