|
-
Sep 27th, 2006, 05:26 AM
#1
[RESOLVED] BorderColor for a PictureBox
I'm assuming there's no clean way around this, but, just thought I'd ask anyway incase anyone might know.
I'm using a PictureBox as a container for a few items, its Appearance is flat and I want to keep the border, but change the color (the default is black, and there's no "BorderColor" property). Anyone have any ideas..? if not, then I can always make lines, or a shape one pixel bigger on each side that serves as the border. I just didn't want to unless I had to.
-
Sep 27th, 2006, 05:31 AM
#2
Re: BorderColor for a PictureBox
I don't think there's a way. Set .BorderStyle property to 0 - None and use a shape inside a PictureBox.
-
Sep 27th, 2006, 06:10 AM
#3
Re: BorderColor for a PictureBox
that's what I thought, just didn't want to unless I had to. either way, thanks for the idea on putting it inside instead of outside, it actually is a lot easier creating new controls now because the top property just needs to be 0. I'll give you a rating for it @_@!
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
|