CompuServe Messages

#drawing program

    08-Oct-91 08:57:59
Fm: George Campbell 71571,222
To: George Campbell 71571,222
All: The rubber-banding problem may be caused by having AutoRedraw set True. The simple example in the VB manual won't work unless AutoRedraw is set to False. With it set that way, however, using Drawmode = 10, then drawing your object twice, produces an acceptable rubber-band drawing mode, although the repeat rate is a bit slow. If AutoRedraw is set True, however, you get nothing on the screen until you draw the permanent line on MouseUp. George There are 2 Replies.