Code Red > VB(A)

(Challenge) Resizeable Form

(1/4) > >>

Keith™:
Your mission, if you choose to accept, is to create a form in VBA that can be resized while the form is active....

Any takers?

I'll post something as soon as I figure out how to do it....

MP:
Just use the mouse events to determine if the left mouse is down and on the bottom edge, right edge, or lower right corner, then if it is dragged change the form's width and / or height (which is permissible) to reflect the mouse coordinates delta.

Keith™:
....well where is the code ? ...

and I thought it would be a little bit harder than that... I guess I need to think about it a little more huh...

MP:
Had I the time I'd be more than happy to bash it out, but alas ...

Jeff_M:

--- Quote from: MP ---Had I the time I'd be more than happy to bash it out, but alas ...
--- End quote ---
...someone already has.....  :wink:
No, I didn't write this but I remembered seeing it recently.

Navigation

[0] Message Index

[#] Next page

Go to full version