|
-
Sep 28th, 2002, 06:17 AM
#1
Thread Starter
Hyperactive Member
how to change colors
hi friends,
how to change/replace the colors in a image. the image is there in the image box.
thanx,
-
Sep 28th, 2002, 06:26 AM
#2
Hyperactive Member
Are you refering to backcolor then it would be like:
Code:
Image1.BackColor = vbGreen
Tapan Bhanot,
CEO, Avis Software.
Website: www.avissoftware.com
-
Sep 28th, 2002, 06:31 AM
#3
Thread Starter
Hyperactive Member
sorry friend,
i meant the color in the image for example there is green color in the image then whereever green color is there in the image i want it to replace with red.
anyway do u think a person working on vb doesn't even know how to use the backcolor property.
thanx for ur quick response.
bye,
-
Sep 28th, 2002, 06:36 AM
#4
Member
wat color r u trying to change??
r u trying to mask the image (omit the backgroud color of the image) so that it matches the controls color??
.BackColor
.ForeColor
.FillColor
.MaskColor
.BorderColor
r the properties to change different parts of the color of a visual object.
.UseMaskColor
.Style
.FillStyle
.Palette
.PaletteMode
.DrawStyle
.DrawMode
these properties may also effect the way color gonna printed in a object.
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
|