.NET is a pain
Posted: Sun Nov 20, 2005 9:04 pm
Hi!
I started playing around with .NET a little bit, and I created a .dll file which contains a class that can check email. That class was created in php and compiled using Phalanger. I now want to get into VB, and start using the class. I declare an variable name as an object (Dim blahblahblah as Object) and use blahblahblah = createObject("objectName") to create the object. However, the class I wrote in PHP has parameters, so how would I pass those? Also, how can I include a compiled dll into my project? Basically, how do I make the class usable in VB?
Thanks!
I started playing around with .NET a little bit, and I created a .dll file which contains a class that can check email. That class was created in php and compiled using Phalanger. I now want to get into VB, and start using the class. I declare an variable name as an object (Dim blahblahblah as Object) and use blahblahblah = createObject("objectName") to create the object. However, the class I wrote in PHP has parameters, so how would I pass those? Also, how can I include a compiled dll into my project? Basically, how do I make the class usable in VB?
Thanks!