Lev FatMan
March 15th, 2001, 07:07 AM
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
I added it in the references but what next?
FatMan
|
Click to See Complete Forum and Search --> : Newby Lev FatMan March 15th, 2001, 07:07 AM 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 dfwade March 15th, 2001, 08:15 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |