473,405 Members | 2,445 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Class inheritence

When I worked with Delphi, they always included in the box a large wall
poster depicting every class (starting with TObject) and showing the
child classes from there. There was also a .pdf file showing the same.

I found two wall posters with the VS 2005 Pro package but nothing on the
scale of showing every class in VB and their descendants. Does such a
visual aid exist, either as a poster or .pdf file? While I can look
through the MSDN on specific classes, it sure makes it a lot easier to
view the hierarchy visually in a graph-like form.

By the way, as a side note; I worked with VB up until version 4. I then
switched to Delphi because it was so much more "complete" than VB was at
the time (classes, code reuse, more components, the ability to create
your own from scratch, etc). Having tried VB 2005 for the first time
recently, I'm happy to say I'm back to stay. VB has changed so much
with .NET and is easier to use than ever but much more powerful than
before. Kudos to Microsoft for their efforts!

Zach
Aug 22 '06 #1
8 1104
Zach,

I am afraid, I am not complete understanding what you want. Refereing to a
complete other development environment is decreasing the chance that you hit
with your message.

Are you sure that you are not meaning the objectbrowser as you find that in
the View?

Cor

"Zach" <zs****@cox.net.nospamschreef in bericht
news:%2***************@TK2MSFTNGP06.phx.gbl...
When I worked with Delphi, they always included in the box a large wall
poster depicting every class (starting with TObject) and showing the child
classes from there. There was also a .pdf file showing the same.

I found two wall posters with the VS 2005 Pro package but nothing on the
scale of showing every class in VB and their descendants. Does such a
visual aid exist, either as a poster or .pdf file? While I can look
through the MSDN on specific classes, it sure makes it a lot easier to
view the hierarchy visually in a graph-like form.

By the way, as a side note; I worked with VB up until version 4. I then
switched to Delphi because it was so much more "complete" than VB was at
the time (classes, code reuse, more components, the ability to create your
own from scratch, etc). Having tried VB 2005 for the first time recently,
I'm happy to say I'm back to stay. VB has changed so much with .NET and
is easier to use than ever but much more powerful than before. Kudos to
Microsoft for their efforts!

Zach

Aug 22 '06 #2
The Object Browser is helpful in that it lists the classes and such but
not in an intuitive manner if you don't know what you're specifically
looking for. What I'm describing is a color coded wall chart or a .pdf
file that graphically lists/displays every class in VB 2005 from Object
on down. The browser is a great source of information about the classes
once you find what you're looking for but a chart that simply lists the
class hierarchy is what I'm interested in. From there I can go to the
browser to collect more info about the class, its
ascendants/descendants, methods, properties, etc.

Zach
Cor Ligthert [MVP] wrote:
Zach,

I am afraid, I am not complete understanding what you want. Refereing to a
complete other development environment is decreasing the chance that you hit
with your message.

Are you sure that you are not meaning the objectbrowser as you find that in
the View?

Cor

"Zach" <zs****@cox.net.nospamschreef in bericht
news:%2***************@TK2MSFTNGP06.phx.gbl...
>When I worked with Delphi, they always included in the box a large wall
poster depicting every class (starting with TObject) and showing the child
classes from there. There was also a .pdf file showing the same.

I found two wall posters with the VS 2005 Pro package but nothing on the
scale of showing every class in VB and their descendants. Does such a
visual aid exist, either as a poster or .pdf file? While I can look
through the MSDN on specific classes, it sure makes it a lot easier to
view the hierarchy visually in a graph-like form.

By the way, as a side note; I worked with VB up until version 4. I then
switched to Delphi because it was so much more "complete" than VB was at
the time (classes, code reuse, more components, the ability to create your
own from scratch, etc). Having tried VB 2005 for the first time recently,
I'm happy to say I'm back to stay. VB has changed so much with .NET and
is easier to use than ever but much more powerful than before. Kudos to
Microsoft for their efforts!

Zach

Aug 22 '06 #3
Zach,

Reading your message again.

I have the idea that you need one wall of the pentagon to put Net with all
its classes and decendants on one view. That than only with the standard
classes and not the inherited ones that you have downloaded or made
yourself.

Using MSDN if you have found a class (every day more dificult) gives mostly
very much information about its parent and about its children.

Cor

"Zach" <zs****@cox.net.nospamschreef in bericht
news:OO**************@TK2MSFTNGP05.phx.gbl...
The Object Browser is helpful in that it lists the classes and such but
not in an intuitive manner if you don't know what you're specifically
looking for. What I'm describing is a color coded wall chart or a .pdf
file that graphically lists/displays every class in VB 2005 from Object on
down. The browser is a great source of information about the classes once
you find what you're looking for but a chart that simply lists the class
hierarchy is what I'm interested in. From there I can go to the browser
to collect more info about the class, its ascendants/descendants, methods,
properties, etc.

Zach
Cor Ligthert [MVP] wrote:
>Zach,

I am afraid, I am not complete understanding what you want. Refereing to
a complete other development environment is decreasing the chance that
you hit with your message.

Are you sure that you are not meaning the objectbrowser as you find that
in the View?

Cor

"Zach" <zs****@cox.net.nospamschreef in bericht
news:%2***************@TK2MSFTNGP06.phx.gbl...
>>When I worked with Delphi, they always included in the box a large wall
poster depicting every class (starting with TObject) and showing the
child classes from there. There was also a .pdf file showing the same.

I found two wall posters with the VS 2005 Pro package but nothing on the
scale of showing every class in VB and their descendants. Does such a
visual aid exist, either as a poster or .pdf file? While I can look
through the MSDN on specific classes, it sure makes it a lot easier to
view the hierarchy visually in a graph-like form.

By the way, as a side note; I worked with VB up until version 4. I then
switched to Delphi because it was so much more "complete" than VB was at
the time (classes, code reuse, more components, the ability to create
your own from scratch, etc). Having tried VB 2005 for the first time
recently, I'm happy to say I'm back to stay. VB has changed so much
with .NET and is easier to use than ever but much more powerful than
before. Kudos to Microsoft for their efforts!

Zach
Aug 22 '06 #4
He's asking for a class dependency chart similar to the MFC class dependency
chart that came with VS 6 Enterprise and that is available for MFC 7 at
http://msdn2.microsoft.com/en-us/library/ws8s10w4.aspx.

Mike Ober.

"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
Zach,

I am afraid, I am not complete understanding what you want. Refereing to a
complete other development environment is decreasing the chance that you
hit with your message.

Are you sure that you are not meaning the objectbrowser as you find that
in the View?

Cor

"Zach" <zs****@cox.net.nospamschreef in bericht
news:%2***************@TK2MSFTNGP06.phx.gbl...
>When I worked with Delphi, they always included in the box a large wall
poster depicting every class (starting with TObject) and showing the
child classes from there. There was also a .pdf file showing the same.

I found two wall posters with the VS 2005 Pro package but nothing on the
scale of showing every class in VB and their descendants. Does such a
visual aid exist, either as a poster or .pdf file? While I can look
through the MSDN on specific classes, it sure makes it a lot easier to
view the hierarchy visually in a graph-like form.

By the way, as a side note; I worked with VB up until version 4. I then
switched to Delphi because it was so much more "complete" than VB was at
the time (classes, code reuse, more components, the ability to create
your own from scratch, etc). Having tried VB 2005 for the first time
recently, I'm happy to say I'm back to stay. VB has changed so much with
.NET and is easier to use than ever but much more powerful than before.
Kudos to Microsoft for their efforts!

Zach


Aug 22 '06 #5
Michael,

That I understood when I wrote my message about the wall of the Pentagon

:-)

Now I think deepter about that, I thought that I remember me that Jeffrey,
Kevin or Peter has sent once a link for 1.1 about that to One handed man,
but how to find that

As you see have I added these names to the subject so *as they know it* they
probably will give it.

Cor

"Michael D. Ober" <obermd.@.alum.mit.edu.nospamschreef in bericht
news:ej**************@TK2MSFTNGP06.phx.gbl...
He's asking for a class dependency chart similar to the MFC class
dependency chart that came with VS 6 Enterprise and that is available for
MFC 7 at http://msdn2.microsoft.com/en-us/library/ws8s10w4.aspx.

Mike Ober.

"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>Zach,

I am afraid, I am not complete understanding what you want. Refereing to
a complete other development environment is decreasing the chance that
you hit with your message.

Are you sure that you are not meaning the objectbrowser as you find that
in the View?

Cor

"Zach" <zs****@cox.net.nospamschreef in bericht
news:%2***************@TK2MSFTNGP06.phx.gbl...
>>When I worked with Delphi, they always included in the box a large wall
poster depicting every class (starting with TObject) and showing the
child classes from there. There was also a .pdf file showing the same.

I found two wall posters with the VS 2005 Pro package but nothing on the
scale of showing every class in VB and their descendants. Does such a
visual aid exist, either as a poster or .pdf file? While I can look
through the MSDN on specific classes, it sure makes it a lot easier to
view the hierarchy visually in a graph-like form.

By the way, as a side note; I worked with VB up until version 4. I then
switched to Delphi because it was so much more "complete" than VB was at
the time (classes, code reuse, more components, the ability to create
your own from scratch, etc). Having tried VB 2005 for the first time
recently, I'm happy to say I'm back to stay. VB has changed so much
with .NET and is easier to use than ever but much more powerful than
before. Kudos to Microsoft for their efforts!

Zach



Aug 22 '06 #6
Zach wrote:
The Object Browser is helpful in that it lists the classes and such but
not in an intuitive manner if you don't know what you're specifically
looking for. What I'm describing is a color coded wall chart or a .pdf
file that graphically lists/displays every class in VB 2005 from Object
on down. The browser is a great source of information about the classes
once you find what you're looking for but a chart that simply lists the
class hierarchy is what I'm interested in. From there I can go to the
browser to collect more info about the class, its
ascendants/descendants, methods, properties, etc.
I found this link:

http://msdn.microsoft.com/vstudio/pr...sters/download

Aug 22 '06 #7
That are the ones I mean Chris

Posters it was.

Cor

"Chris Dunaway" <du******@gmail.comschreef in bericht
news:11**********************@b28g2000cwb.googlegr oups.com...
Zach wrote:
>The Object Browser is helpful in that it lists the classes and such but
not in an intuitive manner if you don't know what you're specifically
looking for. What I'm describing is a color coded wall chart or a .pdf
file that graphically lists/displays every class in VB 2005 from Object
on down. The browser is a great source of information about the classes
once you find what you're looking for but a chart that simply lists the
class hierarchy is what I'm interested in. From there I can go to the
browser to collect more info about the class, its
ascendants/descendants, methods, properties, etc.

I found this link:

http://msdn.microsoft.com/vstudio/pr...sters/download

Aug 22 '06 #8
Chris Dunaway wrote:
Zach wrote:
>The Object Browser is helpful in that it lists the classes and such but
not in an intuitive manner if you don't know what you're specifically
looking for. What I'm describing is a color coded wall chart or a .pdf
file that graphically lists/displays every class in VB 2005 from Object
on down. The browser is a great source of information about the classes
once you find what you're looking for but a chart that simply lists the
class hierarchy is what I'm interested in. From there I can go to the
browser to collect more info about the class, its
ascendants/descendants, methods, properties, etc.

I found this link:

http://msdn.microsoft.com/vstudio/pr...sters/download

Thanks Chris...that is exactly what I'm looking for (and then some)!

Zach
Aug 22 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Angus Leeming | last post by:
Hello, Could someone explain to me why the Standard conveners chose to typedef std::string rather than derive it from std::basic_string<char, ...>? The result of course is that it is...
17
by: Dave | last post by:
Hi I'm making a 3D Engine which consists of the class C3DEngine. Part of this engine is a file loader, a class called CMeshLoader. I have made an instance of CMeshLoader in C3DEngine, ie...
1
by: ik | last post by:
Hello All, Please point me to the right news group if this is not the right one. I have to store c++ class hierarchy, in some structure. From that structure, I need to query for the baseclasses....
4
by: Slavyan | last post by:
(I just started to learn C#.NET) What's the syntax in c# for a class to inherit more than one class. I know following syntax: public class MyClass : MyOtherClass { } but I need to inherit...
0
by: wschlichtman | last post by:
I am just learning about classes and would like to know if this is the correct use of class inheritence. I have created a class called myFontBox as such: public class myFontBox :...
1
by: ezzatm | last post by:
I've a very simple question:- if I run any method in the Mybase class, what exactly it will run against? e.g. Let's say i have in my project a form (form1) when i add such lines of code:...
5
by: Neelesh Bodas | last post by:
This might be slightly off-topic. Many books on C++ consider multiple inheritence as an "advanced" concept. Bruce Eckel says in TICPP, volume 2 that "there was (and still is) a lot of...
0
by: emin.shopper | last post by:
I had a need recently to check if my subclasses properly implemented the desired interface and wished that I could use something like an abstract base class in python. After reading up on metaclass...
2
by: Oblivion | last post by:
Hi All, I have an issue where I get an "Unhandled Exception" pop up box when an error occurs in an inherited base class even tho there's a try..catch written in the inheriting class to handle...
11
by: teel | last post by:
Hi there, I need to create an instance of a class whose name I have in a string variable, let's say that: string myTypeName = "MyType"; and in a result I need the equivalent of: MyType obj =...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.