User (Legacy) Posted March 16, 2006 Report Share Posted March 16, 2006 Hi, The help file for CharFX Client Server lists how to set the license string in C and mfc but I can't seem to work out how to do it in VB. Can anyone give me an example please. Regards, Phil Link to comment Share on other sites More sharing options...
Software FX Posted April 21, 2006 Report Share Posted April 21, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.