Communicating the Agilent ChemStation through VB6.0
Posted: Sat Jul 26, 2014 3:27 am
Hi,everyone here.Recently,i'm using Visual Basic program to communicate with Agilent ChemStation by Dynamic Data Exchange(DDE) method.Here is my code.
With text1
.linktopic="hp3118|CPNOWAIT"
.linkmode=2
.linkitem="REGSIZE(CHROMREG)"
.linkRequest
End Eith
With these code,text1 can not request the result of "REGSIZE(CHROMREG)" command.When linkItem was set to standard variable like "_DATAPATH$", results was showed in text1 successfully.How to fix my code, please help me out.Thanks.
With text1
.linktopic="hp3118|CPNOWAIT"
.linkmode=2
.linkitem="REGSIZE(CHROMREG)"
.linkRequest
End Eith
With these code,text1 can not request the result of "REGSIZE(CHROMREG)" command.When linkItem was set to standard variable like "_DATAPATH$", results was showed in text1 successfully.How to fix my code, please help me out.Thanks.