Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Working with Web Class

Status
Not open for further replies.

nsvreddy

Programmer
Aug 17, 2000
6
IN
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]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top