Book a Demo

Author Topic: Changing a class Type  (Read 2663 times)

sbarkeruk

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Changing a class Type
« on: April 04, 2005, 06:59:55 am »
When creating a model for use with VB6, if I select Project | Source Code Engineering | Generate Package Source Code, the list of classes shows that the Type for each is class. How (and where) do I change this so that I can set to form, module, User Control and other types?
« Last Edit: April 04, 2005, 07:00:22 am by sbarkeruk »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Changing a class Type
« Reply #1 on: April 05, 2005, 04:00:47 pm »
Each one is listed as class because it is a class element.  You won't see anything else (except for interface) in this list.

Simon