Jump to content
Software FX Community

Cannot display annotation extension on form


User (Legacy)

Recommended Posts

VB6 SP5. I've made sure I have all latest Service Packs. I cannot get the

annotation extension to display, no matter what I try. I have a reference to

the annotation object in my Project.

Here is what I have tried :

1. Using Extensions Tab on Properties of Form

OR

2. Coding ONE of the following in Form_Load event (all as described in

doco) :

a.

Dim AnnotX as AnnotationX

ChartFX1.AddExtension "AnnotationX.AnnList"

OR

b.

Dim AnnotX as AnnotationX

Set AnnotX = New AnnotationX

ChartFX1.AddExtension AnnotX

Any help much appreciated.

Paul

Link to comment
Share on other sites

Got it working. 

Paul

SoftwareFX Support <support@softwarefx.com> wrote in article

<Luyd5hXvCHA.1368@webserver1.softwarefx.com>...

> You don't get the annotation toolbar when you add this line:

>

> ChartFX1.AddExtension "AnnotationX.AnnList"

>

> ?

>

> Can you please try this in a brand new project, create a chart and add

this

> line to the Form_Load event.

>

> --

> FP

> Software FX, Inc.

>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...