|
-
Jul 13th, 2017, 11:19 PM
#11
Hyperactive Member
Re: CommonControls (Replacement of the MS common controls)
 Originally Posted by DrUnicode
Pretty sure this Black Line appears when you place a Windowless control on the Frame.
That explains why you don't see it when you just place an empty FrameW on the form or by using only non-Windowless controls.
The solution is adding "UserControl.Picture = UserControl.Image" at the end of Sub DrawFrame.
Thanks to LaVolpe for solution at:
http://www.vbforums.com/showthread.p...=1#post3913211
Hi DrUnicode,
Yes! That solved the black line problem.
I put "UserControl.Picture = UserControl.Image" after End With and before End Sub. Hope this is the right place.
Thanks.
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
|