View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Jens Meier Jens Meier is offline
external usenet poster
 
Posts: 18
Default Graphics question on Excel VBA UserForm

keepITcool schrieb:
as I said..

you load the hires picture (which initially is shown as a thumbnail.)

IF you want to actually swap hires and lores pictures
(reread from disk) you must include some code to do that.


OK,

that's clear to me - the high-res picture is shown as a thumbnail.

But on the event of clicking the image, how can I possibly pan it to be
centered on the mouseclick position?? And zoomed in?
I played around with ScrollWidth/Height/..., but got no results...

Thanks again,
Jens