No Properties List appears in the CommandWindow in VB.NET Like it did in VB6?
Hi Guys
:(
No Properties List appears in the CommandWindow in VB.NET Like it did in VB6 immediate window?
is there any way to swtich this on?
so that during a debug session i can pause the code and type
? me.
and get a list of all the objects under me.
cheers
rag
Re: No Properties List appears in the CommandWindow in VB.NET Like it did in VB6?
The Command window stinks for debugging. I think you want the Immediate window. While debugging, go to the Debug menu->Windows->Immediate.
Re: No Properties List appears in the CommandWindow in VB.NET Like it did in VB6?
Cant see this option in VB2005 Studio?