Jump to content
Software FX Community

How do I set the license string in VB


User (Legacy)

Recommended Posts

  • 1 month later...

If you are building an EXE the license will automatically be included in it 

and you don't need to call SetLicense.

If you are never dropping the control at design time but you are creating

the chart dynamically, you can do:

Licenses.Add "ChartFX.Chart", "license string"

Set chart = Controls.Add("ChartFX.Chart", "chart1")

chart.Visible = True

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...