[Migrated content. Thread originally posted on 31 March 2011]
Hi there,Does anyone have any detailed doco on how you translate visual basic objects/classes usage into cobol speak.
I have read through the interoperability section and it is good for basic controls but looking for a more detailed description/examples of activeXcontrol manipulation
e.g what is the cobol equivalent for these Visual Basic statements:
Dim Series As ChartSeries
Set Series = ChartControl.Content.Series.Add("1")
Thanks in advance.
