I added a reference to the COM object 'Microsoft HTML Object Library'. Now, how do I make an object from it?
I am doing this in C#, but if you have a way in VB, let me know that too... Thanks.
Printable View
I added a reference to the COM object 'Microsoft HTML Object Library'. Now, how do I make an object from it?
I am doing this in C#, but if you have a way in VB, let me know that too... Thanks.
Nevermind, I was being stupid. I figured it out... I was refering to it as a static class, but I needed to make an instance of it.