|
-
May 26th, 2003, 11:19 PM
#1
Thread Starter
Fanatic Member
Loading a picture into a report, keeping its dimensions
Hi guys..
I'd like to load a picture (of varying dimensions) into my report, i can load a picture like so...
Set Picture1.FormattedPicture = LoadPicture(App.path & "\seatMap.bmp")
but the picturebox that is in the report keeps its dimensions, which forces the picture to the picturebox's dimensoins, making it bigger, longer, smaller etc.
any ideas?
thanks. are there properties of a .bmp file that i can read, and then i can use those to set the pciturebox height/width properties, and THEN load the picture? (that way the box and the pic will have matching dims.
thanks
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
|