Command Window

P

Paul Ilacqua

I'm converting to VB.Net from VB6. In VB6 you just brought up the Immediate
windo to do some date math etc. When I bring up a command window in vb.net I
get a window with a caret >
When I type like >?DateTime.now I get an error message. At one time my
window worked ok and I used to be able to test with intellisense capability.
How can I get that back?

Thanks
Paul
 
G

Guest

By using the Immediate Window, just like in VB 6. The Command Window allows
you to send commands the the underlying Studio engine, so you can save
files, open files, etc.

-Chris
 
D

Daniel Moth

In VS.NET 2003:

Debug->Windows->Immediate

The same window changes to what you have via
View->Other Windows->Command Window

( crazy I know )

Cheers
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top