Author | Message | Time |
---|---|---|
DaRk-FeAnOr | I have been working on my bot, and my life would be a lot easier if I knew a little more about classes in visual basic 6.0. Does anybody know how to not use the defualt constructor for Visual Basic Classes? Also, is there any way to make a class inheritance hierarchy in VB? Thanks for any help. | November 15, 2003, 5:16 PM |
St0rm.iD | [quote author=DaRk-FeAnOr link=board=31;threadid=3621;start=0#msg29291 date=1068916602] I have been working on my bot, and my life would be a lot easier if I knew a little more about classes in visual basic 6.0. Does anybody know how to not use the defualt constructor for Visual Basic Classes? Also, is there any way to make a class inheritance hierarchy in VB? Thanks for any help. [/quote] VB doesn't have real classes. You get these modules which can be instantiated and have an initialize method; thats about it. No inhertitance, no constructors. | November 16, 2003, 12:44 AM |