← Back to context Comment by svachalek 2 years ago IIRC, there were no user defined types. You had to write the whole app using primitives. 2 comments svachalek Reply ankurdhama 2 years ago You can create classes in VB 6 from IDE where you would add a class module and define code in that module. There was no "class" keyword AFAIK. recursive 2 years ago There was definitely a `Type` keyword that was similar to a struct.
ankurdhama 2 years ago You can create classes in VB 6 from IDE where you would add a class module and define code in that module. There was no "class" keyword AFAIK.
You can create classes in VB 6 from IDE where you would add a class module and define code in that module. There was no "class" keyword AFAIK.
There was definitely a `Type` keyword that was similar to a struct.