Hi
I'm working with the webclass.
From a document from microsoft I developed webclass which will take 2 html template forms and one custom webitem and uses ADO to populate the information required.
Now this webclass is successfully running in designer mode ( means when actual dll not prepared).
Then from file menu I have created dll. and registered it.
Now Which way I should use this dll...
Dim Obj As support1.support
Set Obj = New support1.support
Support1 is the dll and support is the webclass..
Intellisense technology of VB would not able to catch any of it's subs( procedures/functions).
what is the next step for me to move forward?
Thanks in advance.
[sig][/sig]
I'm working with the webclass.
From a document from microsoft I developed webclass which will take 2 html template forms and one custom webitem and uses ADO to populate the information required.
Now this webclass is successfully running in designer mode ( means when actual dll not prepared).
Then from file menu I have created dll. and registered it.
Now Which way I should use this dll...
Dim Obj As support1.support
Set Obj = New support1.support
Support1 is the dll and support is the webclass..
Intellisense technology of VB would not able to catch any of it's subs( procedures/functions).
what is the next step for me to move forward?
Thanks in advance.
[sig][/sig]