Hello everyone, there is a problem, I want to ask the ASP's predecessors, about the component call.
For example, there is a component of the NetSignLocal.ocx in / system32. It is displayed in the registry: NetSignLocal.netSignLocalCtrl.1, there is a function in the component as NpsignTextLocal, as follows, the following call mode is correct: VBScript)
DIM OBJ, SIGNTEXT
Set obj = server.createObject ("NetsignLocal.netsignLocalctrl.1) SIGNTEXT = Obj.npsignTextLocal (PTEXT)
Where PTEXT is a parameter of NPSIGNTextLocal
If you remove "NetsignLocal.netSignLocalCtrl.1". 1 displays invalid progid, if you write a catastrophic error like this, please ask the predecessors to implement the call of the above components.
==========
Another problem: Is it the same way as a .ocx and .dll component in the ASP? Because the call to the other .dll component is called again, the SIGNText obtained is the parameters of the function in this component, I have encountered difficulties when I realize this, I have been tune it for a long time.
Please ask the seniors of ASP!
Thank you!