[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.
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.
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 @_@!