X
xargon
Hi everyone,
I have a problem with drawing a shape dynamically at run time. I want to
have a rectangle which has many lines drawn dynamically inside it (like a
table). So, I have code like this:
Dim shp1obj As Visio.Shape
Set shp1obj = ActivePage.DrawRectangle(0, 0, 1, 1.5)
Now, when I try to call shp1obj.DrawLine method, it complains that the
method is not supported.
How can I draw lines and add text dynamically to a shape. What I am trying
to do is implement a table like shape in Visio.
Cheers!
xargon
I have a problem with drawing a shape dynamically at run time. I want to
have a rectangle which has many lines drawn dynamically inside it (like a
table). So, I have code like this:
Dim shp1obj As Visio.Shape
Set shp1obj = ActivePage.DrawRectangle(0, 0, 1, 1.5)
Now, when I try to call shp1obj.DrawLine method, it complains that the
method is not supported.
How can I draw lines and add text dynamically to a shape. What I am trying
to do is implement a table like shape in Visio.
Cheers!
xargon