|
-
Mar 18th, 2010, 01:45 PM
#14
Re: Mouse_no_longer_move
 Originally Posted by krtxmrtz
Yes, stretching or moving require mouse down, but I want the cursors to be displayed when the mouse is moved over the borders of or inside picture2, like any other app by Microsoft. And this poses the problem.
Just to be sure, you are now just talking about mouse moves only, such
that the mouse "button" is always "up", right?
And I take it you want:
- at vert edge of pic2, left-right arrow cursor
- at horiz edge of pic2, up-dn arrow cursor
- at upper-left or lower-right of pic2, 45% dn cursor
- at upper-right or lower-left of pic2, 45% up cursor
This is intended to give you/the user a visual clue that pic2 is stretchable.
So far so good?
If so, couldn't those all be detected by Picture2.MouseMove event?
You'd need a few If branches to determine "where you are" based on
coords of mouse vis-a-vis coords of Picture2's perimeter, but I don't
think that should be too hard to code.
Spoo
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
|