PDA

Click to See Complete Forum and Search --> : picture size


kpooi
Feb 8th, 2002, 06:24 PM
i used pset to set the values of the pixels inside a picturebox

after that how do i make the picture change size as i change the picturebox width and height so that i can still view the whole picture ?
is there a resize picture property that i can set so its the same as the size of the picturebox ?

Sastraxi
Feb 8th, 2002, 06:27 PM
Not sure if it will work, but try the autoresize property.

kpooi
Feb 8th, 2002, 06:32 PM
autoresize just changed the size of the picturebox

but when i change the picturebox width.....the image size remains the same.