Debug Mode Command window object extending

Bartee

Newcomer
Joined
Mar 31, 2003
Messages
5
I am new.. duh..

When running in debug mode, In vb I could type ? oSomeObject.property and get the result.

When I typed ?oSomeOjbect. the properties and methods of that object would be displayed as they are in the codewhen you are coding. In the vb.net IDE Command Window the objects do not "extend" ( my wording, I am sure there is a name for this functionality ).

Any ideas? Am I doing something wrong?
 
Intellisense is not available in the command window. I hear this is fixed in Visual Studio .NET 2003.
 
VERY large bummer !!! Being somewhat new to VB and very new to VB.net this was very helpful in finding what is really available sometimes..... Oh Well...

Thanks for your reply
 
Back
Top