-
Object Model Tool?
Can anyone recommend a freeware tool that can display a complete object model
in a visual format? IOW, if I gave it the ADO 2.5 library, it would display
a hierarchical tree showing every single object, method, property and event
and how they're all related.
- Jim
-
Re: Object Model Tool?
Try Visual Modeler (included with Visual Studio Enterprise)
Regards
Rahul
"Jim Pragit" <James.Pragit@BakerNet.com> wrote in message
news:393fbd2b$1@news.devx.com...
>
> Can anyone recommend a freeware tool that can display a complete object
model
> in a visual format? IOW, if I gave it the ADO 2.5 library, it would
display
> a hierarchical tree showing every single object, method, property and
event
> and how they're all related.
>
> - Jim
-
Re: Object Model Tool?
"Jim Pragit" <James.Pragit@BakerNet.com> wrote in message
news:393fbd2b$1@news.devx.com...
>
> Can anyone recommend a freeware tool that can display a complete object
model
> in a visual format? IOW, if I gave it the ADO 2.5 library, it would
display
> a hierarchical tree showing every single object, method, property and
event
> and how they're all related.
Isn't this what the object explorer does??
(pardon my denseness if it isn't...)
Dave Kraft
TSR Solutions, Inc.
My views aren't necessarily my employers.
-
Re: Object Model Tool?
Sort of, but not really. I'm looking for a tool that can display the complete
object in a tree view format. Unless you know about some feature I'm not
aware of, Object Explorer doesn't do this.
- Jim
"Dave Kraft" <dkraft@tsrnet.com> wrote:
>"Jim Pragit" <James.Pragit@BakerNet.com> wrote in message
>news:393fbd2b$1@news.devx.com...
>>
>> Can anyone recommend a freeware tool that can display a complete object
>model
>> in a visual format? IOW, if I gave it the ADO 2.5 library, it would
>display
>> a hierarchical tree showing every single object, method, property and
>event
>> and how they're all related.
>
>Isn't this what the object explorer does??
>
>(pardon my denseness if it isn't...)
>
>Dave Kraft
>TSR Solutions, Inc.
>My views aren't necessarily my employers.
>
>
-
Re: Object Model Tool?
Thanks, Rahul. I don't have it installed, but that's easily fixed. 
- Jim"Rahul Kapoor" <r_ahu_l@yahoo.com> wrote:
>Try Visual Modeler (included with Visual Studio Enterprise)
>
>Regards
>Rahul
>
>
>"Jim Pragit" <James.Pragit@BakerNet.com> wrote in message
>news:393fbd2b$1@news.devx.com...
>>
>> Can anyone recommend a freeware tool that can display a complete object
>model
>> in a visual format? IOW, if I gave it the ADO 2.5 library, it would
>display
>> a hierarchical tree showing every single object, method, property and
>event
>> and how they're all related.
>>
>> - Jim
-
Re: Object Model Tool?
If you're looking for something that will display the hierarchy in TreeView
format then Visual Modeler won't do it either. Visual Modeler will produce a
class diagram for you, not a "Tree View" of the hierarchy.
Why do you want to this anyway? Why not produce a Class diagram using Visual
Modeler. A class diagram would probably give better idea if the relationship
between objects.
If you absolutely want a tree style view, you can probably write a tool for
yourself using VB and the TypeLib Information library (TLBINF32.DLL).
--
Marc D'Aoust
Director of Research and Development
OSTNet OpenSource Technologies Inc
"Jim Pragit" <James.Pragit@BakerNet.com> wrote in message
news:3940f450$1@news.devx.com...
>
> Sort of, but not really. I'm looking for a tool that can display the
complete
> object in a tree view format. Unless you know about some feature I'm not
> aware of, Object Explorer doesn't do this.
>
> - Jim
>
> "Dave Kraft" <dkraft@tsrnet.com> wrote:
> >"Jim Pragit" <James.Pragit@BakerNet.com> wrote in message
> >news:393fbd2b$1@news.devx.com...
> >>
> >> Can anyone recommend a freeware tool that can display a complete object
> >model
> >> in a visual format? IOW, if I gave it the ADO 2.5 library, it would
> >display
> >> a hierarchical tree showing every single object, method, property and
> >event
> >> and how they're all related.
> >
> >Isn't this what the object explorer does??
> >
> >(pardon my denseness if it isn't...)
> >
> >Dave Kraft
> >TSR Solutions, Inc.
> >My views aren't necessarily my employers.
> >
> >
>
-
RE: Object Model Tool?
You can use the Class Builder Add In, taking care of setting the 'Top Class'
property only for the classes that won't be used in any other class module.
This will build the hierarchy tree automatically.
Marc D'Aoust <marc_daoust@hotmail.com> escribió en el mensaje de noticias
39537a68$1@news.devx.com...
> If you're looking for something that will display the hierarchy in
TreeView
> format then Visual Modeler won't do it either. Visual Modeler will produce
a
> class diagram for you, not a "Tree View" of the hierarchy.
>
> Why do you want to this anyway? Why not produce a Class diagram using
Visual
> Modeler. A class diagram would probably give better idea if the
relationship
> between objects.
>
> If you absolutely want a tree style view, you can probably write a tool
for
> yourself using VB and the TypeLib Information library (TLBINF32.DLL).
>
>
>
> --
> Marc D'Aoust
> Director of Research and Development
> OSTNet OpenSource Technologies Inc
>
>
> "Jim Pragit" <James.Pragit@BakerNet.com> wrote in message
> news:3940f450$1@news.devx.com...
> >
> > Sort of, but not really. I'm looking for a tool that can display the
> complete
> > object in a tree view format. Unless you know about some feature I'm
not
> > aware of, Object Explorer doesn't do this.
> >
> > - Jim
> >
> > "Dave Kraft" <dkraft@tsrnet.com> wrote:
> > >"Jim Pragit" <James.Pragit@BakerNet.com> wrote in message
> > >news:393fbd2b$1@news.devx.com...
> > >>
> > >> Can anyone recommend a freeware tool that can display a complete
object
> > >model
> > >> in a visual format? IOW, if I gave it the ADO 2.5 library, it would
> > >display
> > >> a hierarchical tree showing every single object, method, property and
> > >event
> > >> and how they're all related.
> > >
> > >Isn't this what the object explorer does??
> > >
> > >(pardon my denseness if it isn't...)
> > >
> > >Dave Kraft
> > >TSR Solutions, Inc.
> > >My views aren't necessarily my employers.
> > >
> > >
> >
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks