M
magicmen
I've been playing around with this macro for a couple of days in hopes of
using it for moving game board pieces (like Chess pieces). I understand that
there is another macro out there (created by Hans Werner Hofmann / Ute Simon)
but, from the places where I've downloaded it, it does not allow you to see
the source (understandable). Thus, I've been using the macro from:
http://officeone.mvps.org/vba/mousemove_shape.html
This macro seems to work properly where you click the object that you want
to move and, by tracking the location of the mouse, applies the same
translation vector to the object being clicked. However, this function is
very choppy and I would like to increase the refresh rate of this
calculation. Basically, I think I've narrowed it down to the "SetTimer" part
of the code but I haven't been able to figure out (even tried Googling) the
arguments associated with the command. I've also tried changing the values
but did not observe any significant changes.
Essentially, I would like the objects that I am moving to move along with
the mouse (which will be moving short distances so it won't look choppy like
a movie with missing frames). The slideshow itself is very small in size
(less than 300kb) and I also have 2GB of ram to back up any questions on
performance. Any help would be greatly appreciated.
Thanks!
Sean
using it for moving game board pieces (like Chess pieces). I understand that
there is another macro out there (created by Hans Werner Hofmann / Ute Simon)
but, from the places where I've downloaded it, it does not allow you to see
the source (understandable). Thus, I've been using the macro from:
http://officeone.mvps.org/vba/mousemove_shape.html
This macro seems to work properly where you click the object that you want
to move and, by tracking the location of the mouse, applies the same
translation vector to the object being clicked. However, this function is
very choppy and I would like to increase the refresh rate of this
calculation. Basically, I think I've narrowed it down to the "SetTimer" part
of the code but I haven't been able to figure out (even tried Googling) the
arguments associated with the command. I've also tried changing the values
but did not observe any significant changes.
Essentially, I would like the objects that I am moving to move along with
the mouse (which will be moving short distances so it won't look choppy like
a movie with missing frames). The slideshow itself is very small in size
(less than 300kb) and I also have 2GB of ram to back up any questions on
performance. Any help would be greatly appreciated.
Thanks!
Sean