Making a rotating knob in VB how to??
Making a rotating knob in VB how to??
(OP)
I would like to make a Knob in VB that I can grab with the mouse pointer and rotate. Think should be started with only a line that could be rotated when grabed. I dont know but been reading about bitmaps and pixels and maybe this is the way to go. Is there an easier way to do it? I just want some general ideas.
Thanks
Rafael
RE: Making a rotating knob in VB how to??
http://www.programmersheaven.com/zone15/cat228/index.htm
If you want to roll your own, start with a picturebox control and a line control in that box. Use the picturebox width and height values (divided by 2) to set the line x1 and x2 coordinates and the picturebox mouse events to set the line x2 and y2 coodinates
Good Luck
johnwm
________________________________________________________
To get the best from these forums read FAQ731-376 before posting
RE: Making a rotating knob in VB how to??
THANKS
RAFAEL
Rafael