PDA

Click to See Complete Forum and Search --> : Adding a COM refrence and creating an object from it.


hellswraith
Aug 1st, 2002, 07:21 PM
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.

hellswraith
Aug 2nd, 2002, 01:48 AM
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.