Re: Using WS_BORDER in Windows XP
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Oct 08, 2004
- 481 views
Derek Parnell wrote: > > Jonas Temple wrote: > > > > Might I be so bold as to suggest that WS_BORDER be removed from all > > controls as a default style? > > I didn't go that far yet, as I no longer have a non-XP system to > test it on. But its a consideration for later on. I don't know why > original author(s) put WS_BORDER on these controls. It seems that WS_EX_CLIENTEDGE overrides WS_BORDER, at least on Win2K. Most controls now seem to have this--maybe an archeologist out there with some old Win32Lib can tell us what they used to have around the v0.50 days (which was when I added the common controls). It's probably safe to take WS_BORDER off as long as WX_EX_CLIENTEDGE applies. Matt Lewis