udipr
May 10th, 2001, 01:48 AM
Hello.
Is any body know how can I define Array (or dinamic array) of class with events ???
Thanks
Is any body know how can I define Array (or dinamic array) of class with events ???
Thanks
|
Click to See Complete Forum and Search --> : WithEvents of Class Array udipr May 10th, 2001, 01:48 AM Hello. Is any body know how can I define Array (or dinamic array) of class with events ??? Thanks Cimperiali May 10th, 2001, 09:39 AM It seems to me Cakkie (or another great ones') answered this a fiew days ago. You cannot have array with events in VB. Special thanks to Lothar "the Great" Haensler, Tom Archer, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus. dfwade May 10th, 2001, 09:47 AM IN order to use withevents you need to build a collection class instead of an array. Your collection class can raise events to the the calling application. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |