|
-
December 12th, 1998, 03:11 PM
#1
Drawing a line in a picturebox - from within a user control
I've been trying to build an ActiveX control, comprised of a Picture Box. When I goto UserControl_Initilization, and include a line like: “Picture1.Line (10,10)-(100,100),vbRed” nothing appears. If I move the line down to the Picture1.Paint method, then it works. Why won’t this work in a UserControl method?
Thank,
- Don
[email protected]
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
|