|
-
May 14th, 2000, 08:07 PM
#1
Thread Starter
Hyperactive Member
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
-
May 14th, 2000, 08:31 PM
#2
transcendental analytic
Do you mean how to drag a picturebox?
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
May 14th, 2000, 08:36 PM
#3
Thread Starter
Hyperactive Member
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
-
May 14th, 2000, 08:56 PM
#4
transcendental analytic
Use the shapeobject, visible it in mousedown, moving it in mousemove and invisible it at mouseup.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
May 14th, 2000, 09:19 PM
#5
Thread Starter
Hyperactive Member
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.
-
May 14th, 2000, 09:30 PM
#6
Thread Starter
Hyperactive Member
Dont worry, fixed it now, cheers
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
|