|
-
November 21st, 2004, 05:01 PM
#1
Changing Button look
I am wanting to change the look of the standard button in C# and im thinking all I need to do is locate the file that the Button immage is located and just change that, but im not sure...Anyone know a better way or if that will work or not?
-
November 22nd, 2004, 01:09 AM
#2
Re: Changing Button look
yes that is surely the way to change the look of a buttton. Just remember to set Flatstyle Flat for the properties. that should work.
-
November 22nd, 2004, 01:34 AM
#3
-
November 22nd, 2004, 05:53 AM
#4
Re: Changing Button look
If you simply want to change the Image that appears on a button then Atkin is correct.
If you want to change the look and feel of the button itself then you have to look at overriding the OnPaint method in a subclass of Button (or ButtonBase).
Even with FlatStyle.Flat, .NET will draw a border around the button.
Useful? Then click on (Rate This Post) at the top of this post.
-
November 22nd, 2004, 12:35 PM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|