CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Spain
    Posts
    5

    Visual Basic & UML

    Hi,
    I'm using the UML methodology to design Visual Basic programs
    but i have a doubt. How can i represent property procs in UML
    (Rational Rose)?.

    Thanks to all.

    MARC.
    ---------


  2. #2
    Join Date
    Jul 1999
    Location
    Prague, Czech Republic
    Posts
    263

    Re: Visual Basic & UML

    If you have Rational Rose, your luck

    I don't know what exactly the problem is, but if you create a class in Rational Rose you can "view the definition" in the properties windows context menu is an item called "insert. After a click on that you are prompted to provide the property details.

    Be sure you have a component created (in the component view) which has got the language setting set to "Visual Basic". Then, after you've assigned the class to this component (Component Definition Window -> Realizes Tab -> Context Menu (on the class) "Assign"), the Class Definition Window contains a tab "Visual Basic" and (more important) when you select your property (doubleclick to bring up the Property Spec. Dialog) you'll find a Visual Basic tab as well. There you can set all the VB specific details for your Property.

    Hope that helps.

    Best wishes,

    Matthias Steinbart

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured