• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Visual Basic(Microsoft) - Working with Web Class

Sam443

Senior member
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.
 
Back
Top