S
Shinonome
Hi,
I have developed custom activex control (ATL) that added the function.
(ex.
http://msdn.microsoft.com/library/d...y/en-us/odc_ip2003_tr/html/odc_INF_Lab_06.asp)
The method name added from the wizard is TestFunc.
I tried this.
var Mydata = XDocument.DOM.selectSingleNode("myFields/my:field1") ;
Mydata.TestFunc( 10 ) ; // <-- Error.
Can you help me, please?
I have developed custom activex control (ATL) that added the function.
(ex.
http://msdn.microsoft.com/library/d...y/en-us/odc_ip2003_tr/html/odc_INF_Lab_06.asp)
The method name added from the wizard is TestFunc.
I tried this.
var Mydata = XDocument.DOM.selectSingleNode("myFields/my:field1") ;
Mydata.TestFunc( 10 ) ; // <-- Error.
Can you help me, please?