I am developing a program to manage my data file using Visual Basic 6.I have some problem as described below There are two controls on a form.Left one is a ListView control containning the data file name,and the right one show the graph of the data using Origin.Once you click the item in the left control,you can see the proper graph immediately.I don't want to load Origin every time I click the data item.But I find that Origin is not a standard ActiveX Control.How can I integrate Origin into my program? Is there any external interface to manipulate Origin?
I'm not familiar with VB and you didn't say which version of Origin you're running. If it's OriginPro (any version) you might look in the ATI subfolder for an example VB program that runs Origin via DDE.
I have read the vbDDEdemo program.It executes some Script commands to operate Origin.I want to use the function programed by Origin C,but it didn't work.Where can I get the samples using Origin C in the DDE program?
Hi I look over LabTalk Help and am very happy to know how to call Origin C Function in LabTalk.But I still don't think LabTalk is a good way to develop my program due to its strange syntax.