Originally posted by Microbasic
Simple - you can't.
It's just not possible. You would have to make your own line control OR subclass the frame and draw the line over the frame. Otherwise, you can't.
What you can do, however, is to add ANOTHER line control on the frame and make it connect the part covered by the frame. Here you have the explanation needed to backup Microbasic's affirmation:
Three graphical layers are associated with forms andcontainers. The back layer is the drawing space where the results of the graphics methods are displayed. Next is the middle layer where graphical objects and Label controls are displayed. The front layer is where all nongraphical controls like CommandButton, CheckBox, or ListBox are displayed. Anything contained in a layer closer to the front covers anything contained in the layer(s) behind it. ZOrder arranges objects only within the layer where the object is displayed.
mcbrain
| Mon, 03 Dec 2007 21:59:00 GMT |