473,802 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1123
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******** *******@TK2MSFT NGP06.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******** *******@TK2MSFT NGP06.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******** ******@TK2MSFTN GP05.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******* ********@TK2MSF TNGP06.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******** ********@TK2MSF TNGP06.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******** *******@TK2MSFT NGP06.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.nospams chreef in bericht
news:ej******** ******@TK2MSFTN GP06.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******** ********@TK2MSF TNGP06.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******* ********@TK2MSF TNGP06.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.goo glegroups.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
8188
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 effectively impossible to forward declare std::string. (Yes I am aware that some libraries have a string_fwd.h header, but this is not portable.) That said, is there any real reason why I can't derive an otherwise empty
17
2483
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 composition. Unfortunately, CMeshLoader sometimes needs to refer to private members of C3DEngine. Inheritance, friends, and composition are all swirling around in my head at the moment. I know that inheritance is not the solution. Can someone please...
1
1520
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. I get the base class, derived class information from a text file of the form
4
27451
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 one more class.
0
918
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 : ToolStripComboBox { public myFontBox() { // Add the currently available font names to the combox box
1
1086
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: mybase.hide mybase.height = 100 it runs against form1 (form1 is hided, form1 height changes)
5
2127
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 disagreement about whether is essential in C++". Are there any disadvantages of using multiple inheritence?
0
2839
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 magic, I wrote the following module. It is mainly useful as a light weight tool to help programmers catch mistakes at definition time (e.g., forgetting to implement a method required by the given interface). This is handy when unit tests or...
2
1207
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 it. I've got an example of the code below to give you an idea of what's occuring. I thought the try..catch took care of everything... do I HAVE to write the try..catch logic in the base class? Is this a quirk with class inheritence or .NET?
11
2270
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 = new MyType(); I've tried something like Type.GetType which returns the System.Type but I don't know how to create a new object with this. My .NET version
0
9699
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9562
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10538
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10285
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9115
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7598
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6838
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5494
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2966
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.