Does anyone know if there is a function/command to do a "rubber band" type select (similar to when you left click and drag on the windows background) I want to do this on a picture box. Any ideas?
Cheers
Printable View
Does anyone know if there is a function/command to do a "rubber band" type select (similar to when you left click and drag on the windows background) I want to do this on a picture box. Any ideas?
Cheers
Do you mean how to drag a picturebox?
No, I mean a selection rectangle, so the user to be able to see the area they are selecting (its for a zoom feature on a graph)
Cheers
Use the shapeobject, visible it in mousedown, moving it in mousemove and invisible it at mouseup.
Cheers, this works, apart from how do you make the shape transparent? I`ve got transparent selected as fill style and backstyle. What I am after is a wire frame allowing the user to see through the centre.
Dont worry, fixed it now, cheers