Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 7th, 2005, 09:49 PM
Registered User
 
Join Date: Feb 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Gradient Background

Hi All,

I am trying to work out how to apply a gradient background to a new control I am creating, using C#. I know there is a BackStyle type or enumeration, but how do I apply this to my new control?

Alan

 
Old February 8th, 2005, 12:43 PM
Friend of Wrox
 
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Default

firstly check out this,as you see it overrides OnPaint method also it's using a SolidBrush to paint but you should use something like LinearGradientBrush instead(it has a constructor accepts a rectangle you should set it with this.ClientRectangle),check out the links.

_____________________________
Mehdi.
software engineering student.
Looking for a good job for summer 2005.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Clickable background AbrarNazeer CSS Cascading Style Sheets 4 April 9th, 2008 12:22 AM
Background Process jai2k Beginning VB 6 1 December 9th, 2004 10:32 AM
Background sound surendran Flash (all versions) 1 August 3rd, 2004 07:39 PM
the background tag Adam H-W Dreamweaver (all versions) 1 May 3rd, 2004 03:28 AM
the background tag Adam H-W HTML Code Clinic 7 May 3rd, 2004 03:18 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.