Curving text strings around the inside of a circle
I am trying to replace an old AutoLisp program that draws a circle on a page and inserts the appropriate text strings that bend around the inside of the circle. I need to be able to run this app on several different computers and I don't want to purchase an AutoCad license for each pc. Getting the circle on a form is easy, but adding the lines of text is real problem. In AutoCad, there is an arctext command, but I can't find anything in VB that can do that. Any suggestions?
Re: Curving text strings around the inside of a circle
This is almost like creating custom cd labels where the text bends around the label. Has anyone been able to do that in VB?
Re: Curving text strings around the inside of a circle