drawing program
08-Oct-91 20:10:04
Sb: #2106-drawing program
Fm: George Campbell 71571,222
To: jeffrey morris 70033,3226
Jeffrey,
Set Autoredraw to False, then your simple code will work for
rubber-banding. I discovered this when I had rubber-banding working in my
application. When I set AutoRedraw to true, I suddenly lost the ability to
rubberband.
You could set it false in the MouseDown event, then set it back to true in
the MouseUp event.
George