[VB 2005] Selecting Items And Moving Them To Location.
I need some help please, i want to have a rectangle on my form that is hidden.
Then when i click it moves the rectangle to the mouse location and makes it visible.
Then when you move your mouse it makes the rectangle bigger.
After that i want it to make the borderstyle of pictureboxes inside the rectangle as fixedsingle.
Thanks in advance.
------
KNXRB
Re: [VB 2005] Selecting Items And Moving Them To Location.
Since the rectangle is hidden, I assume that when you say "when I click it", the "it" you are referring to is the form, so just set its visible property to true in the form's mouseclick event.
Re: [VB 2005] Selecting Items And Moving Them To Location.
i've got that bit but how do i make the rectangle bigger when i move the mouse?