I am new to COM and VB and just trying to understand how to use a COM component after you created it in VB.
I added it in the references but what next?
FatMan
Printable View
I am new to COM and VB and just trying to understand how to use a COM component after you created it in VB.
I added it in the references but what next?
FatMan
After you add a reference you need to create a instance of the object
dim myCom as clsYourClass
Set myCom = new clsYourClass
with myCom
'when you press a dot the properties and methods should show up in intellisense
end with
Yahoo Messenger ID dfWade10900