|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to change the color of an Image control borderDear 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 "DORI" <D***@discussions.microsoft.com> wrote There is no border color property for the Image control, is there?> 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, You could try using a Shape control around the image. LFS 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 > > > |
|||||||||||||||||||||||