Home > Archive > dBASE Questions and Answers > October 2006 > Background image









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Background image
Chris

2006-10-25, 7:34 am

I have selected an image for my background however i am trying to figure out how to get the image to resize with my form. Right now the image is slightly too small so it is putting the same image next to it. it is a simple gradient so the aspect ratio d
oesn't matter.

Thank you in advance
Chris
Frank J. Polan

2006-10-25, 7:34 am

Chris,

I'm assuming you're using an image object - if so ANCHOR it to the
form

this.IMAGE1 = new IMAGE(this)
with (this.IMAGE1)
height = 25.4091
left = 0.0
top = 0.0
width = 95.4286
dataSource = 'FILENAME "GREENBAR.BMP"'
anchor = 6 // Container <------------
endwith

HTH

Frank Polan




On Fri, 22 Sep 2006 17:07:19 -0400, Chris <cr6825@hotmail.com> wrote:

>I have selected an image for my background however i am trying to figure out how to get the image to resize with my form. Right now the image is slightly too small so it is putting the same image next to it. it is a simple gradient so the aspect ratio

doesn't matter.
>
>Thank you in advance
>Chris


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com