The example here uses a Bezier curve which is one of a lot of possible curves. But the text drawing routine works on any list of points. The attached .zip has all the code (140 lines). Sub Class_Globals Type myPoint (x As Float, y As Float) Type bezierSpec (p0 As myPoint, p1 As...
I tried it. The panel is always loaded with left = 0 and top = 0.
What are you trying to achieve?
Why don't you use the Layout Designer to position the views inside the panel?