Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / August 2006

Tip: Looking for answers? Try searching our database.

How to Change the Color of the Border Shadow on Button Controls

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
TCook - 26 Aug 2006 21:28 GMT
Hey All,

I have been requested to change the back color on various windows forms
which is easy enough to do.  However, the shadow border around the control
buttons doesn't work well against the requested forms color.  The bottom and
right border in heavy black show up fine but the top and left border are too
light.

Does anyone know how to change or work with the border shadows on these
controls?

Regards,

TC
Mick Doherty - 28 Aug 2006 09:04 GMT
The Border is Non-Client-Area, so you can either intercept the WM_NCPAINT
messages and paint the border yourself, or take full responsibility for
drawing the control.

You will find examples of Inherited Button Controls on my site, as well as a
Completely Custom Control that Implements the IButtonControl Interface.

http://www.dotnetrix.co.uk/buttons.html

Signature

Mick Doherty
http://dotnetrix.co.uk/nothing.html

> Hey All,
>
[quoted text clipped - 10 lines]
>
> TC
TCook - 29 Aug 2006 07:53 GMT
Hey Mick,

Thanks for the info.

Best,

Todd

> The Border is Non-Client-Area, so you can either intercept the WM_NCPAINT
> messages and paint the border yourself, or take full responsibility for
[quoted text clipped - 19 lines]
>>
>> TC

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.