07-21-2009 07:02 AM
Hi,
In the simple OI example(C#), it uses open file button to load the sequence file and display it with the ComboBox afterwards.
Suppose I have 3 sequence files (test1.seq; test2.seq; test3.seq), how can I give the full path and name of the sequence files to the combobox in order to choose which sequence files to open instead of using the button to browse the folder?
07-22-2009 03:32 AM
I find the answer from another post thread.
By combobox item changed, close the old sequence file and open the current selected one.
axApplicationMrg.CloseSequenceFile();
axApplicationMrg.OpenSequenceFile();
Sorry for not search the forum carefully before posting the question.
Regards,