Jump to content
Software FX Community

Annotation Extension in FoxPro


Software FX

Recommended Posts

Here is the code in FoxPro that will produce a Circle annotation object 

AnnotX = CREATEOBJECT("AnnotationX.AnnList")

AnnotX1 = thisForm.olecontrol1.AddExtension(AnnotX)

r = AnnotX.Add(2)

r.Width = 100

r.Height = 200

r.Top = 50

r.Left = 70

r.BkColor = RGB(255, 0, 0)

r.Refresh(0)

Justin

Software FX

-----Original Message-----

From: Robert Foll [ mailto:follr@cei-net.com]

Posted At: Wednesday, July 19, 2000 8:59 AM

Posted To: General

Conversation: Annotation Extension In VFP

Subject: Annotation Extension In VFP

Does anyone know how to access the annotation extension with code in VFP??

There are no samples regarding this!!??!?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...