Can .net class liberays be used in component services -
06-22-2007
, 10:08 AM
Can .net class libraries be used in component services
I have made a few class libraries in VS2005. I wanted to know if the can be
used in component services as VB6 dlls can?
Can you consume .net dlls in excel?
--
Dim Alan as ThatsIT.net.au.Staffmember
Alan = New ThatsIT.net.au.Staffmember
Alan.signature = "Thank You"
Dim you as NewsgroupReader
you = New NewsgroupReader
Response.Write Alan.signature.toString()
Response.Write you.getName()
__________________________________________ |