| View previous topic :: View next topic |
| Author |
Message |
Blaz3 Guest
|
Posted: Dec 25th, 2003 02:53 AM Post subject: Loading a picture |
|
|
I have a question. Here's my problem:
I'm making an editor. In the editor I have a picture box thats bigger than 32x32 (on purpose) How would I stretch a 32x32 image to that picturebox? Thanks. |
|
| Back to top |
|
Avis Junior Poster

Joined: 07 Oct 2003 Posts: 510 Location: India
|
|
| Back to top |
|
Avis Junior Poster

Joined: 07 Oct 2003 Posts: 510 Location: India
|
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Dec 25th, 2003 04:44 PM Post subject: |
|
|
Well you can put an image control in the picture box (have the picbox as the container of the image control) or use the [api]StretchBlt[/api] API  _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
Algar Newbie
Joined: 16 Oct 2003 Posts: 20
|
Posted: Dec 25th, 2003 09:22 PM Post subject: |
|
|
Yea I was going to suggest StretchBlt too. _________________ The McDonald's are starting to get really bad around here. I found a handgun in my cheeseburger yesterday. |
|
| Back to top |
|
Blaz3 Guest
|
Posted: Dec 26th, 2003 09:18 PM Post subject: |
|
|
Ok thanks for all your help. I got it  |
|
| Back to top |
|
|