|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Class inheritenceposter 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 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 Show quoteHide quote "Zach" <zsm***@cox.net.nospam> schreef in bericht news:%2328Oq9YxGHA.800@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 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: Show quoteHide quote > 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" <zsm***@cox.net.nospam> schreef in bericht > news:%2328Oq9YxGHA.800@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 > > 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 Show quoteHide quote "Zach" <zsm***@cox.net.nospam> schreef in bericht news:OO$CuKbxGHA.5044@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" <zsm***@cox.net.nospam> schreef in bericht >> news:%2328Oq9YxGHA.800@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 >> Zach wrote:
> The Object Browser is helpful in that it lists the classes and such but I found this link:> 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. > http://msdn.microsoft.com/vstudio/previous/2003/posters/download That are the ones I mean Chris
Posters it was. Cor Show quoteHide quote "Chris Dunaway" <dunaw***@gmail.com> schreef in bericht news:1156253057.285372.199010@b28g2000cwb.googlegroups.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/previous/2003/posters/download > Chris Dunaway wrote:
Show quoteHide quote > Zach wrote: Thanks Chris...that is exactly what I'm looking for (and then some)!>> 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/previous/2003/posters/download > Zach 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. Show quoteHide quote "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message news:%23PDftkaxGHA.2352@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" <zsm***@cox.net.nospam> schreef in bericht > news:%2328Oq9YxGHA.800@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 > > 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 Show quoteHide quote "Michael D. Ober" <ober***@.alum.mit.edu.nospam> schreef in bericht news:ejWAWtexGHA.2400@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]" <notmyfirstn***@planet.nl> wrote in message > news:%23PDftkaxGHA.2352@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" <zsm***@cox.net.nospam> schreef in bericht >> news:%2328Oq9YxGHA.800@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 >> >> > >
Organize and Print CSV data
Handling refreshes from browser Change box color on checkbox control Automated File Copying Multiple Table DataSet Application Crashes on Test PC count occurrences of string within a string how to display a label only a while? Has Dataset Changed? Re: MS Access Reports and VB.NET Program |
|||||||||||||||||||||||