Home » Category » Microsoft Visual Basic

Microsoft Visual Basic: Zoom Picture In/Out

205| Mon, 02 Jun 2008 09:34:00 GMT| anonymous| Comments (6)
Hello...

I'm in need of help to zoom in/out a Picture contained in a Picturebox or
Image
Control. I've been all over Google and MSN and can't find anything useful.

Any help is greatly appreciated!!

Thanks,
Robert

Keywords & Tags: zoom, picture, out, microsoft, visual basic, vb

URL: http://www.programmerbase.com/visual-basic/560771/
 
«« Prev - Next »» 6 helpful answers below.
"Robert Whitson" <whitsonr...netzero.net> wrote in message
news:OL3MpnrwDHA.3116...TK2MSFTNGP11.phx.gbl...
> Hello...
> I'm in need of help to zoom in/out a Picture contained in a Picturebox or
> Image
> Control. I've been all over Google and MSN and can't find anything
useful.

You can use another PictureBox's PaintPicture method to render
scaled/cropped pictures. The interpolation is just nearest neighbor,
though, is that good enough?

grinder | Mon, 02 Jun 2008 09:35:00 GMT |

> I'm in need of help to zoom in/out a Picture contained in a Picturebox or
> Image
> Control. I've been all over Google and MSN and can't find anything useful.

Please don't multi-post, if you have to post your query to multiple related groups then it's best to cross-post so everyone
benefits. This has been answered already over on microsoft.public.vb.winapi.graphics

Mike

- Microsoft Visual Basic MVP -
E-Mail: EDais...mvps.org
WWW: Http://www.mvps.org/EDais/

mike | Mon, 02 Jun 2008 09:36:00 GMT |

I've seen this kind of response before, can you please explain what
Cross-posting means? Is it just doing a CC of all the groups at the same
time, instead of separate individual posts?
Thanks
Ringo
> Please don't multi-post, if you have to post your query to multiple
related groups then it's best to cross-post so everyone
> benefits. This has been answered already over on
microsoft.public.vb.winapi.graphics
> Mike

ringo | Mon, 02 Jun 2008 09:37:00 GMT |

"ringo" <Ringo...margaritasrus.com> wrote in message
news:vtrgs749d2752b...corp.supernews.com...
> I've seen this kind of response before, can you please explain what
> Cross-posting means? Is it just doing a CC of all the groups at the same
> time, instead of separate individual posts?

http://www.blakjak.demon.co.uk/mul_crss.htm

grinder | Mon, 02 Jun 2008 09:39:00 GMT |

Hi Ringo,

> I've seen this kind of response before, can you please explain what
> Cross-posting means? Is it just doing a CC of all the groups at the same
> time, instead of separate individual posts?

Have a look on this page under the "Asking questions the right way" section:
http://www.mvps.org/access/netiquette.htm
Hope this helps,

Mike

- Microsoft Visual Basic MVP -
E-Mail: EDais...mvps.org
WWW: Http://www.mvps.org/EDais/

mike | Mon, 02 Jun 2008 09:40:00 GMT |

OK thanks, That's what I thought it was.
Ringo

"Mike D Sutton" <Mike.Sutton...btclick.com> wrote in message
news:%231yoprxwDHA.2464...TK2MSFTNGP12.phx.gbl...
> Hi Ringo,
> > I've seen this kind of response before, can you please explain what
> > Cross-posting means? Is it just doing a CC of all the groups at the same
> > time, instead of separate individual posts?
> Have a look on this page under the "Asking questions the right way"
section:
> http://www.mvps.org/access/netiquette.htm
> Hope this helps,
> Mike
>
> - Microsoft Visual Basic MVP -
> E-Mail: EDais...mvps.org
> WWW: Http://www.mvps.org/EDais/
>

ringo | Mon, 02 Jun 2008 09:40:00 GMT |

Microsoft Visual Basic Hot Answers

Microsoft Visual Basic New questions

Microsoft Visual Basic Related Categories