[quoted text, click to view] "Dr. Pastor" <elpX@adsihqX.com> wrote in message
news:3NRNc.1303$9Y6.916@newsread1.news.pas.earthlink.net...
> When constructing a program using
> Microsoft Visual Studio .NET, I would like
> to know the methods and values of my form or class
> is inherited from its parent.
> What would be the effective way to do the above?
> The right click produced window's "Go to Declaration",
> or "Go to Definition" does not do anything.
> Thanks for any guidance (that this beginner could use).
If doing this does not take you to the object browser, there is something
else going on.
Does it do that for you, or just nothing? Perhaps the IDE is not able to
locate the assembly you are inheriting from, which I would find quite
strange if it is able to compile.
Best Regards,
Andy