Home All Groups Group Topic Archive Search About

How to change the color of an Image control border

Author
18 Nov 2007 1:56 AM
DORI
Dear All,
I am wondering if this is possible in vb6sp6:
I have set the borderstyle of image1 to "1" and the borders appear in black
color. How can I change that to red color?
Thanks for your comments in advance,
DORI

Author
18 Nov 2007 3:32 AM
Larry Serflaten
"DORI" <D***@discussions.microsoft.com> wrote
> Dear All,
> I am wondering if this is possible in vb6sp6:
> I have set the borderstyle of image1 to "1" and the borders appear in black
> color. How can I change that to red color?
> Thanks for your comments in advance,

There is no border color property for the Image control, is there?
You could try using a Shape control around the image.

LFS
Author
18 Nov 2007 10:56 AM
DORI
Hi Larry,
I did not find a color property for the image control border so I tried your
suggestion using a shape control and it worked. Thanks very much.
DORI

Show quote
"Larry Serflaten" wrote:

>
> "DORI" <D***@discussions.microsoft.com> wrote
> > Dear All,
> > I am wondering if this is possible in vb6sp6:
> > I have set the borderstyle of image1 to "1" and the borders appear in black
> > color. How can I change that to red color?
> > Thanks for your comments in advance,
>
> There is no border color property for the Image control, is there?
> You could try using a Shape control around the image.
>
> LFS
>
>
>

AddThis Social Bookmark Button